Skip to content

Commit 77364b6

Browse files
committed
release: Version 0.9.0
Signed-off-by: Alexander Gil <pando855@gmail.com>
1 parent 318dc8c commit 77364b6

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,34 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
6+
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [v0.9.0](https://github.com/pando85/timer/tree/v0.9.0) - 2025-07-13
9+
10+
### Added
11+
12+
- Add hms parser
13+
14+
### Fixed
15+
16+
- ci: Fix SHA256 URL on AUR pkgbuild generator
17+
- Cargo clippy errors 1.88
18+
19+
### Build
20+
21+
- ci: Update AUR rash script with uri module
22+
- ci: Auto update renovate pre-commit once a month automatically
23+
- deps: Update Rust crate libc to v0.2.174
24+
- deps: Update Rust crate clap to v4.5.41
25+
- deps: Update Rust crate rodio to 0.21
26+
- deps: Update API of rodio 0.21
27+
28+
### Testing
29+
30+
- ci: Deprecate commitlint workflow
31+
- Re-add macos timer unit tests
32+
- Fix macos undefined `time` macro
733

834
## [v0.8.10](https://github.com/pando85/timer/tree/v0.8.10) - 2025-06-15
935

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "timer-cli"
33
description = "Simple countdown terminal alarm"
44
authors = ["Pando85 <pando855@gmail.com>"]
5-
version = "0.8.10"
5+
version = "0.9.0"
66
edition = "2024"
77
license-file = "./LICENSE"
88
homepage = "https://github.com/pando85/timer"

0 commit comments

Comments
 (0)