Skip to content

Commit

Permalink
release: Version 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed May 8, 2024
1 parent c8787f3 commit ab5a9c8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 timer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "timer_core"
description = "Simple countdown terminal alarm"
authors = ["Pando85 <[email protected]>"]
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license-file = "../LICENSE"
homepage = "https://github.com/pando85/timer"
Expand Down

0 comments on commit ab5a9c8

Please sign in to comment.