From 806bf943fe306bde1feddf55dd381714f26f5e78 Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Wed, 20 May 2026 09:22:06 +0200 Subject: [PATCH] release: Version 0.11.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0164a20..4335159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.2](https://github.com/pando85/timer/tree/v0.11.2) - 2026-05-20 + +### Fixed + +- Replace tailcall recursion with loop to fix runtime panic ([8b8a621](https://github.com/pando85/timer/commit/8b8a621cc20bedd3c4cfd1ba007aede76eba1422)) + +### Build + +- deps: Update mindsers/changelog-reader-action action to v2.3.0 ([1d5793b](https://github.com/pando85/timer/commit/1d5793b76c081332205c458b739677be05566f11)) + ## [v0.11.1](https://github.com/pando85/timer/tree/v0.11.1) - 2026-05-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index df63141..e5172af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,7 +1420,7 @@ dependencies = [ [[package]] name = "timer-cli" -version = "0.11.1" +version = "0.11.2" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 373b890..c40271f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "timer-cli" description = "Simple countdown terminal alarm" authors = ["Pando85 "] -version = "0.11.1" +version = "0.11.2" edition = "2024" license-file = "./LICENSE" homepage = "https://github.com/pando85/timer"