We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a005329 commit 6009417Copy full SHA for 6009417
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Changelog
2
3
-## Unreleased
+## 1.0.1
4
5
- * Fixed incorrent unix socket path length check (gh-341).
6
- * Now net_box_uri can be accepted as table (gh-342).
7
- * Fixed returning values from `Server:exec()` if some of them are nil (gh-350).
8
- * Introduce `luatest.log` helper (gh-326).
+- Fixed incorrect Unix domain socket path length check (gh-341).
+- Now `net_box_uri` can be accepted as a table (gh-342).
+- Fixed returning values from `Server:exec()` if some of them are nil (gh-350).
+- Introduce `luatest.log` helper (gh-326).
9
10
## 1.0.0
11
luatest/VERSION.lua
@@ -1 +1 @@
-return '1.0.0'
+return '1.0.1'
0 commit comments