From 400d889116a3a7b3951e995924d7158a784fadb7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 13 Sep 2020 04:28:08 +0100 Subject: [PATCH] prepare redis release 0.9.1 (#99) --- actix-redis/CHANGES.md | 3 +++ actix-redis/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 37c3d615d..fc6ddd4d0 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx + + +## 0.9.1 - 2020-09-12 * Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change. diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index 4c03f61be..3b0c91ff7 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.9.0" +version = "0.9.1" authors = ["Nikolay Kim "] description = "Redis integration for Actix web" license = "MIT OR Apache-2.0"