Skip to content

Commit 26d7d03

Browse files
committed
release 1.7.0
1 parent a574855 commit 26d7d03

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 1.7.0 - 2025-09-12
99

1010
### Added
1111

1212
- Added the ability to run without a user Lua-code.
1313

14-
### Changed
15-
1614
### Fixed
1715

1816
- Fix `is_master_only` option. Now it runs on master correctly.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ expirationd.start(job_name, space.id, is_expired, {
164164
## Testing
165165

166166
```
167-
$ tt install tarantool-ee 1.10.15-0-r648
168167
$ make deps-full
169168
$ make test
170169
```

expirationd/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.6.0'
4+
return '1.7.0'

0 commit comments

Comments
 (0)