Skip to content

Commit

Permalink
Release deadpool 0.11.1 and deadpool-memcached 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Apr 6, 2024
1 parent dbf4975 commit d5e2282
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <michael.jung@terreon.de>"]
Expand Down
7 changes: 6 additions & 1 deletion memcached/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion memcached/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-memcached"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.75"
authors = [
Expand Down

0 comments on commit d5e2282

Please sign in to comment.