Skip to content

Commit

Permalink
Bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Nov 14, 2019
1 parent 459789a commit 80078ec
Show file tree
Hide file tree
Showing 2 changed files with 7 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.0.5
VERSION 1.1.0
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
LANGUAGES CXX)

Expand Down
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Version 1.1.0 (@2019-11-14)
- Feature: supports codis protocol
- Update: upgrade jemalloc to v5.2.1
- Update: refactor the config to make the code more tidy
- Fix: wrong substr argument when loading the namespace from config file

* Version 1.0.5 (@2019-10-17)
- FIX: auth would incorrect when requirepass from empty to non empty

Expand Down

0 comments on commit 80078ec

Please sign in to comment.