From cc77d61a1736d6a05d7892e01200f69bcc9bfce9 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Wed, 6 Sep 2023 14:05:23 +0300 Subject: [PATCH] Release 0.1.1 The release fixes the loss of tasks in the `fifottl` driver. Breaking changes None. Bugfixes A deletion of a released task after `ttr` in the `fifottl` driver (#65). --- CHANGELOG.md | 8 +++++++- sharded_queue/version.lua | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878d29b..5ff23f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed -- A deletion of a released task after `ttr` in the `fifottl` driver. +## 0.1.1 - 2023-09-06 + +The release fixes the loss of tasks in the `fifottl` driver. + +### Fixed + +- A deletion of a released task after `ttr` in the `fifottl` driver (#65). ## 0.1.0 - 2023-06-16 diff --git a/sharded_queue/version.lua b/sharded_queue/version.lua index 1e5a5d2..276071e 100644 --- a/sharded_queue/version.lua +++ b/sharded_queue/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '0.1.0' +return '0.1.1'