diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a01fec6..6f09b52 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.6" + ".": "0.5.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ffd42..ba0c242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.7](https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.6...dnote-tui-v0.5.7) (2024-07-07) + + +### Continuous Integration + +* **workflows:** get app version in another job since windows matrix job can't figure out app version ([396609c](https://github.com/deepanchal/dnote-tui/commit/396609cb334ff47f3f492b578ed5bba59d6779dd)) + ## [0.5.6](https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.5...dnote-tui-v0.5.6) (2024-07-07) diff --git a/Cargo.lock b/Cargo.lock index 2099502..e1cd225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "dnote-tui" -version = "0.5.6" +version = "0.5.7" dependencies = [ "better-panic", "cargo-husky", diff --git a/Cargo.toml b/Cargo.toml index e8a1081..b19c7ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dnote-tui" description = "TUI for dnote" keywords = ["tui", "dnote", "ratatui"] authors = ["Deep Panchal "] -version = "0.5.6" +version = "0.5.7" edition = "2021" documentation = "https://docs.rs/dnote-tui" homepage = "https://github.com/deepanchal/dnote-tui"