Skip to content

Commit 4130ad4

Browse files
committed
upgrade: v0.2.17
1 parent 7b56700 commit 4130ad4

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## v0.2.15
28
Allow for custom testcases with the `leetcode test` command, and some minor edits
39

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Contributors
22

3+
+ [@hulufei](https://github.com/hulufei)
34
+ [@ldm0](https://github.com/ldm0)
45
+ [@Raees678](https://github.com/Raees678)
56
+ [@clearloop](https://github.com/clearloop)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
44

55
[package]
66
name = "leetcode-cli"
7-
version = "0.2.16"
7+
version = "0.2.17"
88
authors = ["clearloop <cdr.today@foxmail.com>"]
99
edition = "2018"
1010
description = "Leet your code in command-line."

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![LICENSE](https://img.shields.io/crates/l/leetcode-cli.svg)](https://choosealicense.com/licenses/mit/)
88

99
## Contributors
10+
+ [@hulufi](https://github.com/hulufei)
1011
+ [@ldm0](https://github.com/ldm0)
1112
+ [@Raees678](https://github.com/Raees678)
1213
+ [@clearloop](https://github.com/clearloop)
@@ -29,7 +30,7 @@ cargo install leetcode-cli
2930
**Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
3031

3132
```sh
32-
leetcode 0.2.15
33+
leetcode 0.2.17
3334
May the Code be with You 👻
3435

3536
USAGE:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
2424
//!
2525
//! ```sh
26-
//! leetcode 0.2.15
26+
//! leetcode 0.2.17
2727
//! May the Code be with You 👻
2828
//!
2929
//! USAGE:

0 commit comments

Comments
 (0)