File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.20
2
+
3
+ + Support sup/sub style for numbers
4
+
1
5
## v0.2.19
2
6
+ Better HTML!
3
7
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.19 "
7
+ version = " 0.2.20 "
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 @@ -30,7 +30,7 @@ cargo install leetcode-cli
30
30
** Please make sure you have logined in ` leetcode.com ` with ` chrome ` ** , more info plz checkout [ this] ( #cookies )
31
31
32
32
``` sh
33
- leetcode 0.2.18
33
+ leetcode 0.2.20
34
34
May the Code be with You 👻
35
35
36
36
USAGE:
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.19
26
+ //! leetcode 0.2.20
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