diff --git a/CHANGELOG.md b/CHANGELOG.md index dac644c..a76c6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.7.3](https://github.com/pando85/timer/tree/v0.7.3) - 2024-05-09 + +### Fixed + +* Change action-gh-release to v1 + ## [v0.7.2](https://github.com/pando85/timer/tree/v0.7.2) - 2024-05-09 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d5080ec..a30fd6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "timer_core" -version = "0.7.2" +version = "0.7.3" dependencies = [ "cargo-husky", "clap", diff --git a/timer_core/Cargo.toml b/timer_core/Cargo.toml index 77ed10d..928f041 100644 --- a/timer_core/Cargo.toml +++ b/timer_core/Cargo.toml @@ -2,7 +2,7 @@ name = "timer_core" description = "Simple countdown terminal alarm" authors = ["Pando85 "] -version = "0.7.2" +version = "0.7.3" edition = "2021" license-file = "../LICENSE" homepage = "https://github.com/pando85/timer"