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:
parent
5bc37f005f
commit
3439e4aa8d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "release/**"
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
get-version:
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2082,7 +2082,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "timr-tui"
|
||||
version = "1.3.0"
|
||||
version = "1.3.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"color-eyre",
|
||||
|
||||
@ -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`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user