Skip to content

Commit

Permalink
Bump v1.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
karelrooted committed Oct 28, 2020
1 parent 69ea863 commit a35738c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(kvrocks
VERSION 1.1.31
VERSION 1.1.32
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
LANGUAGES CXX)

Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Version 1.1.32 (@2020-10-28)
- FIX: hmget should not output empty string when hash key doesn't exist
- FIX: disable compaction_checker_range when value is empty string

* Version 1.1.31 (@2020-10-21)
- MOD: improve the multi-bulk string function performance
- FIX: hash tag calculation error
Expand Down

0 comments on commit a35738c

Please sign in to comment.