-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overview The release introduces a role for Tarantool 3.0. Breaking changes None. New features Tarantool 3.0 role (#160). Testing Updated the 'space_index_test.lua' to drop and recreate the test space atomically. This prevents the space access failure in the expirationd task fiber if the `space:drop` function is transactional (#157). Updated version of `luatest` in `make deps` to 1.0.1 to support Tarantool 3.0 role tests (#160).
- Loading branch information
1 parent
3523078
commit 37bc0fe
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-- Сontains the module version. | ||
-- Requires manual update in case of release commit. | ||
|
||
return '1.5.0' | ||
return '1.6.0' |