Prepare v1.2.1 (#74)

This commit is contained in:
Jens Krause 2025-04-17 12:26:13 +02:00 committed by GitHub
parent 675428cfb0
commit 028a067419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 308 additions and 277 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## [Unreleased] ## v1.2.1 - 2025-04-17
### Fixes ### Fixes

581
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package] [package]
name = "timr-tui" name = "timr-tui"
version = "1.2.0" version = "1.2.1"
description = "TUI to organize your time: Pomodoro, Countdown, Timer." description = "TUI to organize your time: Pomodoro, Countdown, Timer."
edition = "2024" edition = "2024"
# Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`. # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.