Skip to content

Commit 4272a7d

Browse files
committed
bump version
1 parent f52815d commit 4272a7d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pkg/deb/master_changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
keydb (6:6.0.18-1distribution_placeholder) codename_placeholder; urgency=medium
2+
3+
* 6.0.18 - This release contains a number of improvements to stability and performance.
4+
* Additional tests were added with improvements to existing test reliability
5+
* Merged Redis 6.0.10 into KeyDB
6+
* Issues resolved in this release: #214, #222, #238, #257, #273, #276, #285
7+
8+
-- Ben Schermel <[email protected]> Fri, 26 Mar 2021 16:00:00 +0000
9+
110
keydb (6:6.0.16-1distribution_placeholder) codename_placeholder; urgency=medium
211

312
* 6.0.16 - This release contains significant performance improvements as well as fixes to the following issues: #234, #236, #233, #207, #229, #231

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define KEYDB_REAL_VERSION "6.0.17"
1+
#define KEYDB_REAL_VERSION "6.0.18"
22
#define KEYDB_VERSION_NUM 0x00060011
33
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config
44

0 commit comments

Comments
 (0)