File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.17
2
+ Fix panic on stat command with zero numbers
3
+
4
+ ## v0.2.16
5
+ Update versions of diesel and reqwest
6
+
1
7
## v0.2.15
2
8
Allow for custom testcases with the ` leetcode test ` command, and some minor edits
3
9
Original file line number Diff line number Diff line change 1
1
# Contributors
2
2
3
+ + [ @hulufei ] ( https://github.com/hulufei )
3
4
+ [ @ldm0 ] ( https://github.com/ldm0 )
4
5
+ [ @Raees678 ] ( https://github.com/Raees678 )
5
6
+ [ @clearloop ] ( https://github.com/clearloop )
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.16 "
7
+ version = " 0.2.17 "
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 7
7
[ ![ LICENSE] ( https://img.shields.io/crates/l/leetcode-cli.svg )] ( https://choosealicense.com/licenses/mit/ )
8
8
9
9
## Contributors
10
+ + [ @hulufi ] ( https://github.com/hulufei )
10
11
+ [ @ldm0 ] ( https://github.com/ldm0 )
11
12
+ [ @Raees678 ] ( https://github.com/Raees678 )
12
13
+ [ @clearloop ] ( https://github.com/clearloop )
@@ -29,7 +30,7 @@ cargo install leetcode-cli
29
30
** Please make sure you have logined in ` leetcode.com ` with ` chrome ` ** , more info plz checkout [ this] ( #cookies )
30
31
31
32
``` sh
32
- leetcode 0.2.15
33
+ leetcode 0.2.17
33
34
May the Code be with You 👻
34
35
35
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.15
26
+ //! leetcode 0.2.17
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