Skip to content

Commit e251105

Browse files
committed
Release 1.1.0
1 parent 7cddbae commit e251105

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.1.0
44

5-
- Add logging to unified file (gh-324).
6-
- Add memory leak detection during server process execution (gh-349).
5+
- Added logging to unified file (gh-324).
6+
- Added memory leak detection during server process execution (gh-349).
77
- Added `assert_error_covers`.
8-
- Add more logs (gh-326).
9-
- Add `justrun` helper as a tarantool runner and output catcher (gh-365).
8+
- Added more logs (gh-326).
9+
- Added `justrun` helper as a tarantool runner and output catcher (gh-365).
1010
- Changed error message for too long Unix domain socket paths (gh-341).
11-
- Add `cbuilder` helper as a declarative configuration builder (gh-366).
12-
- Make `assert_error_*` additionally check error trace if required.
13-
- Add `--list-test-cases` and `--run-test-case` CLI options.
14-
- Introduce preloaded hooks (gh-380).
15-
- Add `treegen` helper as a tree generator (gh-364).
16-
- Add support for declarative configuration to `server.lua` (gh-367).
17-
- Make `assert_covers` recursive (gh-379).
18-
- Add alias `--no-capture` for the option `-c` (gh-391).
19-
- Fix reporting of an assertion failure in `Server:exec()` in case verbose
11+
- Added `cbuilder` helper as a declarative configuration builder (gh-366).
12+
- Made `assert_error_*` additionally check error trace if required.
13+
- Added `--list-test-cases` and `--run-test-case` CLI options.
14+
- Introduced preloaded hooks (gh-380).
15+
- Added `treegen` helper as a tree generator (gh-364).
16+
- Added support for declarative configuration to `server.lua` (gh-367).
17+
- Made `assert_covers` recursive (gh-379).
18+
- Added alias `--no-capture` for the option `-c` (gh-391).
19+
- Fixed reporting of an assertion failure in `Server:exec()` in case verbose
2020
error serialization is enabled in Tarantool (gh-376).
2121
- Added `assert_items_exclude`.
22-
- Strip useless `...` lines from error trace.
23-
- Fix error trace reporting for functions executed with `Server:exec()`
22+
- Stripped useless `...` lines from error trace.
23+
- Fixed error trace reporting for functions executed with `Server:exec()`
2424
(gh-396).
25-
- Remove pretty-printing of `luatest.log` arguments.
26-
- Add `cluster` helper as a tool for managing a Tarantool cluster (gh-368).
27-
- Fix `Server:grep_log()` to work with a server instance started using
25+
- Removed pretty-printing of `luatest.log` arguments.
26+
- Added `cluster` helper as a tool for managing a Tarantool cluster (gh-368).
27+
- Fixed `Server:grep_log()` to work with a server instance started using
2828
the `cluster` helper (gh-389).
29-
- Fix `Server:grep_log()` to work with a stopped server instance (gh-397).
29+
- Fixed `Server:grep_log()` to work with a stopped server instance (gh-397).
3030

3131
## 1.0.1
3232

luatest/VERSION.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return '1.0.1'
1+
return '1.1.0'

0 commit comments

Comments
 (0)