From ed5b13bd91b004de248ba830f2b436cfe35c4a3a Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Fri, 20 Sep 2024 11:47:42 +0200 Subject: [PATCH] Release deadpool-redis 0.18.0 --- redis/CHANGELOG.md | 4 ++++ redis/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/redis/CHANGELOG.md b/redis/CHANGELOG.md index 71b9498..aa08a09 100644 --- a/redis/CHANGELOG.md +++ b/redis/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] - 2024-09-20 + +- Update `redis` dependency to version `0.27` + ## [0.17.2] - 2024-09-19 - Fix optional `serde` dependency diff --git a/redis/Cargo.toml b/redis/Cargo.toml index bf1c3b8..56d9b31 100644 --- a/redis/Cargo.toml +++ b/redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deadpool-redis" -version = "0.17.2" +version = "0.18.0" edition = "2021" rust-version = "1.75" authors = [