diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41e3033..760a818 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.9.0"} +{".":"0.9.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e7874e5..d0ae1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/hyperkliv/samling/compare/v0.9.0...v0.9.1) (2024-06-19) + + +### Bug Fixes + +* Update sentry and rust_xlsxwriter ([1782d19](https://github.com/hyperkliv/samling/commit/1782d19d4eaa9f67e5052c67990c9974835b3db2)) + ## [0.9.0](https://github.com/hyperkliv/samling/compare/v0.8.0...v0.9.0) (2024-06-19) diff --git a/Cargo.lock b/Cargo.lock index 13cf987..d969208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2062,7 +2062,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "samling" -version = "0.9.0" +version = "0.9.1" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ea89c0d..3e76021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.9.0" +version = "0.9.1" license = "MIT" edition = "2021" description = "App for managing apparel collections"