From 951e36a94dc3f9bf1b40ba585075d5c9bc9a5ef7 Mon Sep 17 00:00:00 2001 From: Alexander Gil <pando855@gmail.com> Date: Sun, 6 Oct 2024 11:29:12 +0200 Subject: [PATCH] release: Version 0.8.2 Signed-off-by: Alexander Gil <pando855@gmail.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 <pando855@gmail.com>"] -version = "0.8.1" +version = "0.8.2" edition = "2021" license-file = "./LICENSE" homepage = "https://github.com/pando85/timer"