From 2e9879b44bab6b42f5f12056861ef904d57cddb0 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Sun, 21 Jan 2024 14:06:56 -0500 Subject: [PATCH] fix bloom --- docs/about/changelog.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 5a845bfb..ab5c3e61 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -5,7 +5,11 @@ description: Change log of all fakeredis releases ## Next release -## v2.20.2 +## v2.21.0 + +### 🚀 Features + +- Implement all cuckoo filter commands #276 ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3b16191a..a358225a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "fakeredis" packages = [ { include = "fakeredis" }, ] -version = "2.20.2" +version = "2.21.0" description = "Python implementation of redis API, can be used for testing purposes." readme = "README.md" keywords = ["redis", "RedisJson", "tests", "redis-stack"]