diff --git a/CHANGELOG.md b/CHANGELOG.md index 2478b92..b5c502e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.8.2](https://github.com/pando85/timer/tree/v0.8.2) - 2024-10-06 + +### Build + +- Optimize release binary +- Remove debug symbols from build + ## [v0.8.1](https://github.com/pando85/timer/tree/v0.8.1) - 2024-10-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 02a9ce0..e3a846a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,7 +1088,7 @@ dependencies = [ [[package]] name = "timer-cli" -version = "0.8.1" +version = "0.8.2" dependencies = [ "cargo-husky", "clap", diff --git a/Cargo.toml b/Cargo.toml index fff4955..36a2e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "timer-cli" description = "Simple countdown terminal alarm" authors = ["Pando85 "] -version = "0.8.1" +version = "0.8.2" edition = "2021" license-file = "./LICENSE" homepage = "https://github.com/pando85/timer"