Prepare v1.4.0

This commit is contained in:
jk 2025-09-02 10:53:41 +02:00
parent 60392b40ed
commit e25eb6ef89
No known key found for this signature in database
2 changed files with 6 additions and 2 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.

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