chore: release v0.4.1

This commit is contained in:
Hubert Bugaj
2026-03-02 11:41:27 +01:00
parent 73f6331f03
commit f1ff0bafc4
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2026-03-02
### Changed
- Added link to the README in the changelog for better visibility.
## [0.4.0] - 2026-03-02 ## [0.4.0] - 2026-03-02
### Changed ### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "wakey-wake" name = "wakey-wake"
version = "0.4.0" version = "0.4.1"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"] authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2024" edition = "2024"
+2 -1
View File
@@ -1,6 +1,7 @@
[package] [package]
name = "wakey" name = "wakey"
version = "0.4.0" version = "0.4.1"
readme = "../README.md"
authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"] authors = ["Hubert Bugaj<lesny.rumcajs@gmail.com>"]
edition = "2024" edition = "2024"