Prepare v1.1.0 (#58)

This commit is contained in:
Jens Krause 2025-01-22 10:55:20 +01:00 committed by GitHub
parent ec18da0664
commit 557fcf95f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,20 @@
# Changelog
## v1.1.0 - 2025-01-22
### Features
- (countdown) Edit countdown by local time [#49](https://github.com/sectore/timr-tui/pull/49)
### Fixes
- (ci) Build statically linked binaries for Linux [#55](https://github.com/sectore/timr-tui/pull/55)
- (ci) Remove magic nix cache action (#57) [#56](https://github.com/sectore/timr-tui/issues/56)
### Misc.
- (deps) Latest Rust 1.84, update deps [#48](https://github.com/sectore/timr-tui/pull/48)
## v1.0.0 - 2025-01-10
Happy `v1.0.0` 🎉

2
Cargo.lock generated
View File

@ -1191,7 +1191,7 @@ dependencies = [
[[package]]
name = "timr-tui"
version = "1.1.0-alpha"
version = "1.1.0"
dependencies = [
"clap",
"color-eyre",

View File

@ -1,6 +1,6 @@
[package]
name = "timr-tui"
version = "1.1.0-alpha"
version = "1.1.0"
description = "TUI to organize your time: Pomodoro, Countdown, Timer."
edition = "2021"
rust-version = "1.84.0"