Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <pando855@gmail.com>
  • Loading branch information
pando85 committed Sep 22, 2023
1 parent 2b0df73 commit 24d7479
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ 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.6.0](https://github.com/pando85/timer/tree/v0.6.0) - 2023-09-22

### Build

* Upgrade dependencies
* Remove resolver warning

### CI

* Update to node16 github actions
* Change rust tools to dtolnay/rust-toolchain action
* Add stale bot for PRs and issues

### Documentation

* Add play example for HH:MM format less than 10 hours
* Fix build badge

### Fixed

* Cargo clippy errors
* Update MacOS workers
* Upgrade cache action version to v2

### Refactor

* Makefile project_version variable

## [v0.5.1](https://github.com/pando85/timer/tree/v0.5.1) - 2022-10-27

### 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 <pando855@gmail.com>"]
version = "0.5.1"
version = "0.6.0"
edition = "2021"
license-file = "../LICENSE"
homepage = "https://github.com/pando85/timer"
Expand Down

0 comments on commit 24d7479

Please sign in to comment.