From d5e228260efa0edebdc0152f7c0e7d65f9981b0a Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Sat, 6 Apr 2024 20:42:52 +0000 Subject: [PATCH] Release deadpool 0.11.1 and deadpool-memcached 0.3.1 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- memcached/CHANGELOG.md | 7 ++++++- memcached/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb6fdc..9967572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2024-04-06 + +- Remove unused `console` dependency + ## [0.11.0] - 2024-04-01 - Remove `async_trait` dependency @@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/deadpool-v0.11.0...HEAD +[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.1...HEAD +[0.11.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.11.0...deadpool-v0.11.1 [0.11.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.10.0...deadpool-v0.11.0 [0.10.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.9.5...deadpool-v0.10.0 [0.9.5]: https://github.com/bikeshedder/deadpool/compare/deadpool-v0.9.4...deadpool-v0.9.5 diff --git a/Cargo.toml b/Cargo.toml index 45850c5..caf0aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deadpool" -version = "0.11.0" +version = "0.11.1" edition = "2021" rust-version = "1.75" authors = ["Michael P. Jung "] diff --git a/memcached/CHANGELOG.md b/memcached/CHANGELOG.md index bb66b40..8c42ec2 100644 --- a/memcached/CHANGELOG.md +++ b/memcached/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-04-06 + +- Remove unused `futures` and `log` dependencies + ## [0.3.0] - 2024-04-01 - Update `deadpool` dependency to version `0.11` @@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/deadpool-memcached-v0.3.0...HEAD +[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.3.1...HEAD +[0.3.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.3.0...deadpool-memcached-v0.3.1 [0.3.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.2.0...deadpool-memcached-v0.3.0 [0.2.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.1.2...deadpool-memcached-v0.2.0 [0.1.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-memcached-v0.1.0...deadpool-memcached-v0.1.2 diff --git a/memcached/Cargo.toml b/memcached/Cargo.toml index 22bd3dc..a15daf8 100644 --- a/memcached/Cargo.toml +++ b/memcached/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deadpool-memcached" -version = "0.3.0" +version = "0.3.1" edition = "2021" rust-version = "1.75" authors = [