From bac2e356e18d0285ca3c1d8305b5285ba7cfe455 Mon Sep 17 00:00:00 2001 From: Jens Krause <47693+sectore@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:19:07 +0200 Subject: [PATCH] Prepare v1.4.0 (#92) * Prepare v1.4.0 * cargo build --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc8ac4..2a3a79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [unreleased] +## v1.4.0 - 2025-09-02 + +### Features + +- (screen): Local Time [#89](https://github.com/sectore/timr-tui/pull/89), [#90](https://github.com/sectore/timr-tui/pull/90), [#91](https://github.com/sectore/timr-tui/pull/91) ### Misc. diff --git a/Cargo.lock b/Cargo.lock index f29f622..835067f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "timr-tui" -version = "1.3.1" +version = "1.4.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index db38bbb..6b7133d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timr-tui" -version = "1.3.1" +version = "1.4.0" description = "TUI to organize your time: Pomodoro, Countdown, Timer." edition = "2024" # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.