File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.19
2
+ + Better HTML!
3
+
1
4
## v0.2.18
2
5
+ Display stdout for test and execute commands, fix minor spacing in results displayed
3
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
4
4
5
5
[package ]
6
6
name = " leetcode-cli"
7
- version = " 0.2.18 "
7
+ version = " 0.2.19 "
8
8
authors = [" clearloop <cdr.today@foxmail.com>" ]
9
9
edition = " 2018"
10
10
description = " Leet your code in command-line."
Original file line number Diff line number Diff line change 23
23
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
24
24
//!
25
25
//! ```sh
26
- //! leetcode 0.2.18
26
+ //! leetcode 0.2.19
27
27
//! May the Code be with You 👻
28
28
//!
29
29
//! USAGE:
You can’t perform that action at this time.
0 commit comments