Skip to content

Commit

Permalink
release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 14, 2023
1 parent a70eeab commit d73264b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4] - 2023-04-14

### Fixed

- Fixed hooks not triggered properly.
Expand Down Expand Up @@ -47,7 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed OS specific `tmp` and `xdg` dirs [#3].
- Fixed missing CI artifacts from releases [#6].

[Unreleased]: https://github.com/soywod/comodoro/compare/v0.0.2...master
[Unreleased]: https://github.com/soywod/comodoro/compare/v0.0.4...master
[0.0.4]: https://github.com/soywod/comodoro/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/soywod/comodoro/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/soywod/comodoro/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/soywod/comodoro/releases/tag/v0.0.1

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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "comodoro"
description = "CLI for managing your time using the Pomodoro technique, based on the pimalaya library."
version = "0.0.3"
version = "0.0.4"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit d73264b

Please # to comment.