Skip to content

Commit 9be70f5

Browse files
committed
Update changelog
1 parent 4c43d52 commit 9be70f5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [1.2.1](https://crates.io/crates/rtw/1.2.1) Jun 07, 2020
99

10+
* Add warning: CLI usage stable but not `lib.rs` content.
1011
* Fix doc.rs build issue (restore `lib.rs`).
1112

1213
## [1.2.0](https://crates.io/crates/rtw/1.2.0) Jun 07, 2020

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
Command-line interface (CLI) time tracker.
1313

14+
CLI usage is stable, underlying API is **not stable**.
15+
1416
This project is heavily inspired from [Timewarrior](https://github.com/GothenburgBitFactory/timewarrior).
1517

1618
> For a stable feature-rich CLI time tracker, please use Timewarrior: https://timewarrior.net/.

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//!
33
//! Command-line interface (CLI) time tracker.
44
//!
5+
//! CLI usage is stable, underlying API is **not stable**.
6+
//!
57
//! This project is heavily inspired from [Timewarrior](https://github.com/GothenburgBitFactory/timewarrior).
68
//!
79
//! For a stable feature-rich CLI time tracker, please use Timewarrior: <https://timewarrior.net/>.

0 commit comments

Comments
 (0)