Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Jan 26, 2024
1 parent a005329 commit 6009417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
@@ -1,11 +1,11 @@
# Changelog

## Unreleased
## 1.0.1

* Fixed incorrent unix socket path length check (gh-341).
* Now net_box_uri can be accepted as table (gh-342).
* Fixed returning values from `Server:exec()` if some of them are nil (gh-350).
* 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).

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion luatest/VERSION.lua
@@ -1 +1 @@
return '1.0.0'
return '1.0.1'

0 comments on commit 6009417

Please sign in to comment.