From 14bdcf94f768f124c86348a94262448b94b005d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Svensson?= Date: Mon, 6 Feb 2023 13:07:43 +0100 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 6 ++++++ hircluster.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de5e71..f5fa92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.10.0 - Feb 02, 2023 + +* More commands are supported. +* New logic for finding the key of each command. +* Build improvements. + ### 0.9.0 - Dec 22, 2022 * Fixed a crash in the asynchronous API triggered by timed out commands. diff --git a/hircluster.h b/hircluster.h index e434c61..c239f31 100644 --- a/hircluster.h +++ b/hircluster.h @@ -40,9 +40,9 @@ #define UNUSED(x) (void)(x) #define HIREDIS_CLUSTER_MAJOR 0 -#define HIREDIS_CLUSTER_MINOR 9 +#define HIREDIS_CLUSTER_MINOR 10 #define HIREDIS_CLUSTER_PATCH 0 -#define HIREDIS_CLUSTER_SONAME 0.9 +#define HIREDIS_CLUSTER_SONAME 0.10 #define REDIS_CLUSTER_SLOTS 16384