Skip to content

Commit

Permalink
Release deadpool-redis 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Sep 18, 2024
1 parent c055ee1 commit fb63bee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.1] - 2024-09-18

- Export missing config structure:
- `ProtocolVersion`

## [0.17.0] - 2024-09-09

- **Breaking:** Add `read_from_replicas` field to Redis cluster `Config` struct
Expand Down Expand Up @@ -166,7 +171,8 @@ 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.0...HEAD
[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
[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.0"
version = "0.17.1"
edition = "2021"
rust-version = "1.75"
authors = [
Expand Down

0 comments on commit fb63bee

Please sign in to comment.