Prepare v1.4.0 (#92)

* Prepare v1.4.0

* cargo build
This commit is contained in:
Jens Krause 2025-09-02 11:19:07 +02:00 committed by GitHub
parent 60392b40ed
commit bac2e356e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View File

@ -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.

2
Cargo.lock generated
View File

@ -2082,7 +2082,7 @@ dependencies = [
[[package]]
name = "timr-tui"
version = "1.3.1"
version = "1.4.0"
dependencies = [
"clap",
"color-eyre",

View File

@ -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`.