From 3ee64c661b30e02d869037d9e46a1fc03fbce472 Mon Sep 17 00:00:00 2001 From: Jacob Magnusson Date: Wed, 19 Jun 2024 23:45:55 +0200 Subject: [PATCH] chore(main): release 0.9.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 760a818..dde7cab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.9.1"} +{".":"0.9.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ae1d4..3f0d3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.2](https://github.com/hyperkliv/samling/compare/v0.9.1...v0.9.2) (2024-06-19) + + +### Bug Fixes + +* New release ([b7b2c9b](https://github.com/hyperkliv/samling/commit/b7b2c9bf2d9297935bdea54e68560cf37fc957a0)) +* New release ([175878d](https://github.com/hyperkliv/samling/commit/175878d7a890e750444b5180a1094cc6dd2108c4)) + ## [0.9.1](https://github.com/hyperkliv/samling/compare/v0.9.0...v0.9.1) (2024-06-19) diff --git a/Cargo.lock b/Cargo.lock index d969208..f58aafa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2062,7 +2062,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "samling" -version = "0.9.1" +version = "0.9.2" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3e76021..9d7f1fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.9.1" +version = "0.9.2" license = "MIT" edition = "2021" description = "App for managing apparel collections"