Skip to content

Commit

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

## [Unreleased]

## [0.0.6] - 2023-04-21

### Changed

- Improved cross compilation.

## [0.0.5] - 2023-04-20

### Changed
Expand Down Expand Up @@ -60,7 +66,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.4...master
[Unreleased]: https://github.com/soywod/comodoro/compare/v0.0.6...master
[0.0.6]: https://github.com/soywod/comodoro/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/soywod/comodoro/compare/v0.0.4...v0.0.5
[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
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 to manage your time using the Pomodoro technique."
version = "0.0.5"
version = "0.0.6"
authors = ["soywod <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 575f929

Please sign in to comment.