diff --git a/Cargo.lock b/Cargo.lock index 6ae9f1c..a2dcf5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "kyushu" -version = "0.9.0" +version = "0.9.1" dependencies = [ "clap", "color-eyre", diff --git a/crates/kyushu/CHANGELOG.md b/crates/kyushu/CHANGELOG.md index c603fe2..fed5c88 100644 --- a/crates/kyushu/CHANGELOG.md +++ b/crates/kyushu/CHANGELOG.md @@ -517,6 +517,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/amirography/soapberry/compare/kyushu-v0.9.0...kyushu-v0.9.1) - 2023-06-19 + +### Fixed +- remove hash32 from dependencies + +### Other +- Merge branch 'main' of https://github.com/amirography/soapberry + ## [0.9.0](https://github.com/amirography/soapberry/compare/kyushu-v0.8.1...kyushu-v0.9.0) - 2023-06-19 ### Fixed diff --git a/crates/kyushu/Cargo.toml b/crates/kyushu/Cargo.toml index 4e5394f..e835f27 100644 --- a/crates/kyushu/Cargo.toml +++ b/crates/kyushu/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kyushu" description = "kyushu is a journaling application which let you deliberate on events and your journey through them" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Amir Alesheikh "]