Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a5f0656

Browse files
bumps version to v0.3.3
1 parent b3995aa commit a5f0656

File tree

5 files changed

+36
-17
lines changed

5 files changed

+36
-17
lines changed

‎.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: leetcode-cli
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
48

59
jobs:
610
build:

‎CHANGELOG.md

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,51 @@
1+
## v0.3.3
2+
3+
* allow more flexible categories by @frrad
4+
* change params type to `Option<Param>` @frrad
5+
6+
## v0.3.2
7+
8+
* adds additional tracing by @shmuga
9+
* removes test_mode parameter by @shmuga
10+
11+
## v0.3.1
12+
13+
* pipe handling by @aymanbagabas
14+
* Improve README by @xiaoxiae
15+
116
## v0.3.0
217

3-
+ Upgrade reqwest to async mode
4-
+ Format code using clippy
18+
* Upgrade reqwest to async mode
19+
* Format code using clippy
520

621
## v0.2.23
722

8-
+ support color display
23+
* support color display
924

1025
## v0.2.22
11-
+ Fixed the cache can't update with new added problems
26+
* Fixed the cache can't update with new added problems
1227

13-
+ Display user friendly errors when pick/edit new added problem.
28+
* Display user friendly errors when pick/edit new added problem.
1429

15-
+ upgrade pyo3
30+
* upgrade pyo3
1631

17-
+ fix leetcode list with empty cache
32+
* fix leetcode list with empty cache
1833

1934
## v0.2.21
2035

21-
+ Make programmable support to be an advanced feature
36+
* Make programmable support to be an advanced feature
2237

2338
## v0.2.20
2439

25-
+ Support sup/sub style for numbers
40+
* Support sup/sub style for numbers
2641

2742
## v0.2.19
28-
+ Better HTML!
43+
* Better HTML!
2944

3045
## v0.2.18
31-
+ Display stdout for test and execute commands, fix minor spacing in results displayed
46+
* Display stdout for test and execute commands, fix minor spacing in results displayed
3247

33-
+ Fix panic on `pick` command without cache
48+
* Fix panic on `pick` command without cache
3449

3550
## v0.2.17
3651
Fix panic on stat command with zero numbers
@@ -42,7 +57,7 @@ Update versions of diesel and reqwest
4257
Allow for custom testcases with the `leetcode test` command, and some minor edits
4358

4459
## v0.2.14
45-
Corrects file suffixes for c++ and c# files
60+
Corrects file suffixes for c** and c# files
4661

4762
## v0.2.13
4863
fix percent length panic

‎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.3.2"
7+
version = "0.3.3"
88
authors = ["clearloop <cdr.today@foxmail.com>"]
99
edition = "2018"
1010
description = "Leet your code in command-line."

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cargo +nightly install leetcode-cli
4242
**Make sure you have logged in to `leetcode.com` with `Chrome`**. See [Cookies](#cookies) for why you need to do this first.
4343

4444
```sh
45-
leetcode 0.3.0
45+
leetcode 0.3.3
4646
May the Code be with You 👻
4747

4848
USAGE:

‎src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
2929
//!
3030
//! ```sh
31-
//! leetcode 0.3.0
31+
//! leetcode 0.3.3
3232
//! May the Code be with You 👻
3333
//!
3434
//! USAGE:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /