Skip to content

Commit 38bc420

Browse files
committed
doc: create 0.1.23 changelog
A new 0.1.23 release NO_DOC=changelog NO_TEST=changelog
1 parent 28f4aa8 commit 38bc420

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

changelogs/0.1.23.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Date: 05-04-2023
2+
3+
Tag: 0.1.23
4+
5+
## Compatibility
6+
7+
VShard 0.1.23 is fully compatible with the previous VShard versions.
8+
9+
## Functionality added or changed
10+
11+
* New key `require('vshard')._VERSION` stores the current VShard version as a
12+
string.
13+
14+
## Bugs fixed
15+
16+
* Fixed a bug that deletion of any space didn't work if it wasn't truncated
17+
before (gh-400).

vshard/consts.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
-- Сontains the module version.
33
-- Requires manual update in case of release commit.
4-
VERSION = '0.1.22',
4+
VERSION = '0.1.23',
55

66
-- Bucket FSM
77
BUCKET = {

0 commit comments

Comments
 (0)