diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ced20e..05a3862 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.11.2"} +{".":"0.11.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index da44c66..d11a1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.11.3](https://github.com/hyperkliv/samling/compare/v0.11.2...v0.11.3) (2025-01-05) + + +### Bug Fixes + +* **docker:** Add .cargo/config.toml for registry info ([41e0e06](https://github.com/hyperkliv/samling/commit/41e0e06fdb14dc8128e4fd3d21834e460cbaefa7)) +* Expose deadpool_postgres and cornucopia_async::GenericClient in samling API ([808da8e](https://github.com/hyperkliv/samling/commit/808da8e151bb70ee1663298909d2a6371b9c2868)) +* Expose tokio_postgres in public API ([16a9de8](https://github.com/hyperkliv/samling/commit/16a9de877caf52092a655c329d74801e0b6c3520)) +* Upgrade dependencies (except latest axum) ([393a9ca](https://github.com/hyperkliv/samling/commit/393a9caf04b037d184ed46a3f1b2d4f05aac9af6)) + ## [0.11.2](https://github.com/hyperkliv/samling/compare/v0.11.1...v0.11.2) (2024-10-31) diff --git a/Cargo.lock b/Cargo.lock index 421e550..9b9d5e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2182,7 +2182,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "samling" -version = "0.11.2" +version = "0.11.3" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f09d967..2606938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.11.2" +version = "0.11.3" license = "MIT" edition = "2021" description = "App for managing apparel collections"