Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
Overview

    The release adds `_VERSION` constant for the module.

Breaking changes

    None.

New features

    Add versioning support (#136).
  • Loading branch information
oleg-jukovec committed Mar 22, 2023
1 parent a4b0bcb commit c27e93d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Add versioning support (#136).

### Changed

### Fixed

## 1.4.0 - 2023-03-16

The release adds `_VERSION` constant for the module.

### Added

- Add versioning support (#136).

## 1.3.1 - 2023-01-17

The release adds a missed ability to configure the expirationd using
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tarantool-expirationd (1.4.0-1) unstable; urgency=medium

* Add _VERSION constant

-- Oleg Jukovec <oleg.jukovec@tarantool.org> Thu, 16 Mar 2023 12:00:00 +0300

tarantool-expirationd (1.3.1-1) unstable; urgency=medium

* Fix check of the Tarantool version in tests to determine a bug in
Expand Down
2 changes: 1 addition & 1 deletion expirationd/version.lua
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.3.1'
return '1.4.0'
4 changes: 4 additions & 0 deletions rpm/tarantool-expirationd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ install -m 0644 cartridge/roles/expirationd.lua %{buildroot}%{_datarootdir}/tara

%changelog

* Thu Mar 16 2023 Oleg Jukovec <oleg.jukovec@tarantool.org> 1.4.0-1

- Add _VERSION constant.

* Fri Jan 17 2023 Oleg Jukovec <oleg.jukovec@tarantool.org> 1.3.1-1
- Fix check of the Tarantool version in tests to determine a bug in
the vinyl engine
Expand Down

0 comments on commit c27e93d

Please sign in to comment.