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.
This commit is contained in:
Jens Krause 2025-07-03 11:01:51 +02:00 committed by GitHub
parent 5bc37f005f
commit 3439e4aa8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 8 deletions

View File

@ -4,8 +4,6 @@ on:
push: push:
branches: branches:
- "release/**" - "release/**"
tags:
- "v*"
jobs: jobs:
get-version: get-version:

View File

@ -1,15 +1,15 @@
# Changelog # Changelog
## [Unreleased] ## v1.3.1 - 2025-07-03
### Features ### 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 ### Fixes
- (pomodoro) `ctrl+r` resets rounds AND both clocks [#83](https://github.com/sectore/tick-tock-tui/pull/83) - (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/tick-tock-tui/pull/82) - (pomodoro) reset active clock only [#82](https://github.com/sectore/timr-tui/pull/82)
### Misc. ### Misc.

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "timr-tui" name = "timr-tui"
version = "1.3.0" version = "1.3.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`.