Skip to content

Commit 6009417

Browse files
committed
Release 1.0.1
1 parent a005329 commit 6009417

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.1
44

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).
5+
- Fixed incorrect Unix domain socket path length check (gh-341).
6+
- Now `net_box_uri` can be accepted as a 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).
99

1010
## 1.0.0
1111

luatest/VERSION.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return '1.0.0'
1+
return '1.0.1'

0 commit comments

Comments
 (0)