Skip to content

Commit

Permalink
release: Version 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Oct 6, 2024
1 parent 99c27bf commit 951e36a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "timer-cli"
description = "Simple countdown terminal alarm"
authors = ["Pando85 <[email protected]>"]
version = "0.8.1"
version = "0.8.2"
edition = "2021"
license-file = "./LICENSE"
homepage = "https://github.com/pando85/timer"
Expand Down

0 comments on commit 951e36a

Please sign in to comment.