From 57bcf8defb0ee49fd23b0283e48714371db67b2a Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Fri, 24 Mar 2023 17:44:31 +0300 Subject: [PATCH] release: 1.1.1 Overview This release fixes a critical bug that resulted in 100% storage CPU load and fixes a couple of issues related to the development pipeline. Changes * Rename `DEV` environment variable to `TARANTOOL_CRUD_ENABLE_INTERNAL_CHECKS` (#250). Bugfixes * Yield on select/pairs storage tuple lookup (#312). * Fix loaded functions misleading coverage (#249). --- CHANGELOG.md | 2 +- crud/version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154359dc..cf8884db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.1.1] - 24-03-23 ### Changed * Yield on select/pairs storage tuple lookup (#312). diff --git a/crud/version.lua b/crud/version.lua index 9e043833..9c7fe0ce 100644 --- a/crud/version.lua +++ b/crud/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.1.0' +return '1.1.1'