Skip to content

Commit 80078ec

Browse files
committed
Bump v1.1.0
1 parent 459789a commit 80078ec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(kvrocks
3-
VERSION 1.0.5
3+
VERSION 1.1.0
44
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
55
LANGUAGES CXX)
66

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* Version 1.1.0 (@2019-11-14)
2+
- Feature: supports codis protocol
3+
- Update: upgrade jemalloc to v5.2.1
4+
- Update: refactor the config to make the code more tidy
5+
- Fix: wrong substr argument when loading the namespace from config file
6+
17
* Version 1.0.5 (@2019-10-17)
28
- FIX: auth would incorrect when requirepass from empty to non empty
39

0 commit comments

Comments
 (0)