Skip to content

Commit

Permalink
Release deadpool-redis 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Sep 19, 2024
1 parent 685c7a3 commit de17179
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions redis/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.17.2] - 2024-09-19

- Fix optional `serde` dependency

## [0.17.1] - 2024-09-18

- Export missing config structure:
Expand Down Expand Up @@ -171,8 +175,9 @@ Release of 0.6 and 0.7 with the following feature backported:
- First release

<!-- next-url -->
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.17.1...HEAD
[0.17.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.17.0...deadpool-redis-v0.17.1
[Unreleased]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.17.2...HEAD
[0.17.2]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.17.1...deadpool-redis-v0.17.2
[0.17.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.17.0...deadpool-redis-v0.17.1
[0.17.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.16.0...deadpool-redis-v0.17.0
[0.16.0]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.15.1...deadpool-redis-v0.16.0
[0.15.1]: https://github.com/bikeshedder/deadpool/compare/deadpool-redis-v0.15.0...deadpool-redis-v0.15.1
Expand Down
2 changes: 1 addition & 1 deletion redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-redis"
version = "0.17.1"
version = "0.17.2"
edition = "2021"
rust-version = "1.75"
authors = [
Expand Down

0 comments on commit de17179

Please sign in to comment.