diff --git a/CHANGELOG.md b/CHANGELOG.md index b167ffe..01ef3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## v1.8.0 - 2026-03-23 ### Features @@ -12,6 +12,7 @@ ### Misc. +- (docs) Update all demos [#165](https://github.com/sectore/timr-tui/pull/165) - (deps) Update deps [#162](https://github.com/sectore/timr-tui/pull/162) - (deps) Rust 1.94.0 [#161](https://github.com/sectore/timr-tui/pull/161) diff --git a/Cargo.lock b/Cargo.lock index e06ad4d..838b04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "timr-tui" -version = "1.7.1" +version = "1.8.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 2dde88a..d24b4fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timr-tui" -version = "1.7.1" +version = "1.8.0" description = "TUI to organize your time: Pomodoro, Countdown, Timer, Event." edition = "2024" # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.