Commit 9be70f5 1 parent 4c43d52 commit 9be70f5 Copy full SHA for 9be70f5
File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ 1.2.1] ( https://crates.io/crates/rtw/1.2.1 ) Jun 07, 2020
9
9
10
+ * Add warning: CLI usage stable but not ` lib.rs ` content.
10
11
* Fix doc.rs build issue (restore ` lib.rs ` ).
11
12
12
13
## [ 1.2.0] ( https://crates.io/crates/rtw/1.2.0 ) Jun 07, 2020
Original file line number Diff line number Diff line change 11
11
12
12
Command-line interface (CLI) time tracker.
13
13
14
+ CLI usage is stable, underlying API is ** not stable** .
15
+
14
16
This project is heavily inspired from [ Timewarrior] ( https://github.com/GothenburgBitFactory/timewarrior ) .
15
17
16
18
> For a stable feature-rich CLI time tracker, please use Timewarrior: https://timewarrior.net/ .
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! Command-line interface (CLI) time tracker.
4
4
//!
5
+ //! CLI usage is stable, underlying API is **not stable**.
6
+ //!
5
7
//! This project is heavily inspired from [Timewarrior](https://github.com/GothenburgBitFactory/timewarrior).
6
8
//!
7
9
//! For a stable feature-rich CLI time tracker, please use Timewarrior: <https://timewarrior.net/>.
You can’t perform that action at this time.
0 commit comments