From 827d3b2f29b4334dca8d81c1a3783589eaa2c6a9 Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Wed, 20 May 2026 11:26:54 +0200 Subject: [PATCH] release: Version 0.11.3 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4335159..fbd5ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.11.3](https://github.com/pando85/timer/tree/v0.11.3) - 2026-05-20 + +### Fixed + +- Restore parallel beep and sound playback ([0d36421](https://github.com/pando85/timer/commit/0d36421e5b215ff2de19005717e0924fd91da0a5)) + +### Documentation + +- Add git rules to prevent amend mistakes ([782aa97](https://github.com/pando85/timer/commit/782aa97843b54ab8bb8cc9fea064596f685a68c8)) + +### Build + +- deps: Update mindsers/changelog-reader-action action to v2.4.0 ([d0cfcf3](https://github.com/pando85/timer/commit/d0cfcf3a152d77dcbe6609f745262ae8678c96e7)) + ## [v0.11.2](https://github.com/pando85/timer/tree/v0.11.2) - 2026-05-20 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e5172af..9721a4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,7 +1420,7 @@ dependencies = [ [[package]] name = "timer-cli" -version = "0.11.2" +version = "0.11.3" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index c40271f..797d792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "timer-cli" description = "Simple countdown terminal alarm" authors = ["Pando85 "] -version = "0.11.2" +version = "0.11.3" edition = "2024" license-file = "./LICENSE" homepage = "https://github.com/pando85/timer"