We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f4aa8 commit 38bc420Copy full SHA for 38bc420
changelogs/0.1.23.md
@@ -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
@@ -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 = {
0 commit comments