From b457e9a66397a141495b6658c83c43b4ca1cb21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Svensson?= Date: Fri, 15 Mar 2024 16:50:01 +0100 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 7 +++++++ hircluster.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6b70b..aa100cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.13.0 - Mar 18, 2024 + +* Add non-const connect callback (#205) +* Invoke all callbacks during redisClusterAsyncDisconnect() (#204) +* Better support for JSON files describing commands metadata (#202) +* Fix a compilation warning in command.c relating to kpos shadowing (#201) + ### 0.12.0 - Feb 9, 2024 * Update slotmap when slot is not served by any node (#192) diff --git a/hircluster.h b/hircluster.h index b79dd3f..cfcc500 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 12 +#define HIREDIS_CLUSTER_MINOR 13 #define HIREDIS_CLUSTER_PATCH 0 -#define HIREDIS_CLUSTER_SONAME 0.12 +#define HIREDIS_CLUSTER_SONAME 0.13 #define REDIS_CLUSTER_SLOTS 16384