From 3439e4aa8d3e15d09a773dafcd2d504e7e3f81d3 Mon Sep 17 00:00:00 2001 From: Jens Krause <47693+sectore@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:01:51 +0200 Subject: [PATCH] Prepare v1.3.1 (#86) * bump v1.3.1 * update CHANGELOG * start workflow by `release/*` branches only but not by tags to avoid overriding releases. --- .github/workflows/release.yml | 2 -- CHANGELOG.md | 8 ++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ba779d..888035c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,6 @@ on: push: branches: - "release/**" - tags: - - "v*" jobs: get-version: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4507b..a839cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog -## [Unreleased] +## v1.3.1 - 2025-07-03 ### Features -- (args) set `content` by given duration [#81](https://github.com/sectore/tick-tock-tui/pull/81) +- (args) set `content` by given duration [#81](https://github.com/sectore/timr-tui/pull/81) ### Fixes -- (pomodoro) `ctrl+r` resets rounds AND both clocks [#83](https://github.com/sectore/tick-tock-tui/pull/83) -- (pomodoro) reset active clock only [#82](https://github.com/sectore/tick-tock-tui/pull/82) +- (pomodoro) `ctrl+r` resets rounds AND both clocks [#83](https://github.com/sectore/timr-tui/pull/83) +- (pomodoro) reset active clock only [#82](https://github.com/sectore/timr-tui/pull/82) ### Misc. diff --git a/Cargo.lock b/Cargo.lock index c53bfde..f29f622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "timr-tui" -version = "1.3.0" +version = "1.3.1" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 441f4aa..a8815d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "timr-tui" -version = "1.3.0" +version = "1.3.1" description = "TUI to organize your time: Pomodoro, Countdown, Timer." edition = "2024" # Reminder: Always keep `channel` in `rust-toolchain.toml` in sync with `rust-version`.