From 48f801c0257f8c948fc8ffaf8992300f814f5b97 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 23 Oct 2023 18:20:19 +0300 Subject: [PATCH] release 1.4.1 Overview This release introduces various fixes for future Tarantool 3 patches related to tuples over network. Changes * Dropped external tuple merger and tuple keydef modules installation from the package build (#390). Fixes * Compatibility with Tarantool 3.0 binary protocol change (#390). * Compatibility with Tarantool 3.0 tuple objects (#390). --- CHANGELOG.md | 2 +- crud/version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fa1c47..3f9a0bc1 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.4.1] - 23-10-23 ### Changed * Dropped external tuple merger and tuple keydef modules installation from the diff --git a/crud/version.lua b/crud/version.lua index 05347059..5dc0119c 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.4.0' +return '1.4.1'