From a5829132690a6d64e8bffc769f54acbba6d0e186 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 3 Jul 2026 23:49:01 +0200 Subject: [PATCH] chore: release v1.1.3 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4842df6..c2ba0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project are documented here. The project uses semantic versioning. Tags are formatted as `vMAJOR.MINOR.PATCH`. +## [1.1.3] - 2026-07-03 + +### Fixed + +- Made the tag-based release workflow fail closed: lint and test gates now run before build and publish. +- Exposed Gitea Actions' built-in `${{ secrets.GITEA_TOKEN }}` to the release API steps so release creation and asset upload authenticate correctly. + ## [1.1.2] - 2026-07-03 ### Fixed @@ -20,5 +27,6 @@ The project uses semantic versioning. Tags are formatted as `vMAJOR.MINOR.PATCH` - Added YAML configuration, CLI `init`, `preview`, and `run` commands. - Added Gitea CI and tag-based release workflows. +[1.1.3]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.1.3 [1.1.2]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.1.2 [1.1.1]: https://gitea.forust.xyz/forust/gosleep/releases/tag/v1.1.1 diff --git a/Cargo.lock b/Cargo.lock index 7fb2415..6c38e83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "gosleep-timer" -version = "1.1.2" +version = "1.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4097264..c971d1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gosleep-timer" -version = "1.1.2" +version = "1.1.3" edition = "2024" rust-version = "1.85" description = "Terminal sleep timer for Linux desktop actions, with YAML config and a Rust TUI" diff --git a/VERSION b/VERSION index 45a1b3f..781dcb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 +1.1.3