From 59b3fd4771570ab933745e0e00d2b37151147717 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 18 Mar 2019 08:22:18 -0700 Subject: [PATCH] Bump version to 0.2.3 --- CHANGELOG | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7bb3737..4641357 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.2.3 2019-03-18 + * Fix firstkey/lastkey/keystep arguments for command + creation which allows redis-cell to work correctly + with Redis Cluster. [#29] + 0.2.2 2018-02-27 * Fix bug where limiting was calculated incorrectly for rates faster than 1 second (i.e., N operations diff --git a/Cargo.toml b/Cargo.toml index 0554cbc..68a6a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redis-cell" -version = "0.2.2" +version = "0.2.3" authors = ["Brandur "] build = "build.rs" description = "A Redis module that provides rate limiting in Redis as a single command."