From 38bc420d132261515e1fd2cc08de7cb4fe35720a Mon Sep 17 00:00:00 2001 From: Vladislav Shpilevoy Date: Wed, 5 Apr 2023 22:30:50 +0200 Subject: [PATCH] doc: create 0.1.23 changelog A new 0.1.23 release NO_DOC=changelog NO_TEST=changelog --- changelogs/0.1.23.md | 17 +++++++++++++++++ vshard/consts.lua | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 changelogs/0.1.23.md diff --git a/changelogs/0.1.23.md b/changelogs/0.1.23.md new file mode 100644 index 00000000..1aff2ed3 --- /dev/null +++ b/changelogs/0.1.23.md @@ -0,0 +1,17 @@ +Date: 05-04-2023 + +Tag: 0.1.23 + +## Compatibility + +VShard 0.1.23 is fully compatible with the previous VShard versions. + +## Functionality added or changed + +* New key `require('vshard')._VERSION` stores the current VShard version as a + string. + +## Bugs fixed + +* Fixed a bug that deletion of any space didn't work if it wasn't truncated + before (gh-400). diff --git a/vshard/consts.lua b/vshard/consts.lua index 0a5dc00b..d7a12cf2 100644 --- a/vshard/consts.lua +++ b/vshard/consts.lua @@ -1,7 +1,7 @@ return { -- Сontains the module version. -- Requires manual update in case of release commit. - VERSION = '0.1.22', + VERSION = '0.1.23', -- Bucket FSM BUCKET = {