From ab5a9c80eeb93025e75211203f6a623103ee7beb Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Wed, 8 May 2024 19:15:37 +0200 Subject: [PATCH] release: Version 0.7.1 Signed-off-by: Alexander Gil --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- timer_core/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63af971..ebebc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.1](https://github.com/pando85/timer/tree/v0.7.1) - 2024-05-08 + +### Build + +* Update KSXGitHub/github-actions-deploy-aur action to v2.7.1 +* Update wagoid/commitlint-github-action action to v6.0.1 +* Update Rust crate time to 0.3.35 +* Update Rust crate clap to 4.5.4 +* Update Rust crate time to 0.3.36 +* Update Rust crate glob to 0.3.1 +* Update Rust crate regex to 1.10.4 +* Update Rust crate libc to 0.2.154 +* Update Rust crate rodio to 0.17.3 +* Update Rust crate signal-hook to 0.3.17 + ## [v0.7.0](https://github.com/pando85/timer/tree/v0.7.0) - 2024-03-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index eea2e9e..f9a0a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "timer_core" -version = "0.7.0" +version = "0.7.1" dependencies = [ "cargo-husky", "clap", diff --git a/timer_core/Cargo.toml b/timer_core/Cargo.toml index 4b4e389..ad97033 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.0" +version = "0.7.1" edition = "2021" license-file = "../LICENSE" homepage = "https://github.com/pando85/timer"