From 88251b93898ca591d3969d4b373c2490eb28cc91 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 23 Oct 2023 19:07:03 +0300 Subject: [PATCH] release 1.6.5 Overview This is a patch release introducing datetime intervals support in the format. New features - Added support of `interval` type for Tarantool 2.10+ space format (#117). --- CHANGELOG.md | 4 ++-- ddl/version.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1674e60..2f5745d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ 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.6.5] - 2023-10-23 ### Added -- Added support of `interval` type for Tarantool 2.10+ space format. +- Added support of `interval` type for Tarantool 2.10+ space format (#117). ## [1.6.4] - 2023-07-05 diff --git a/ddl/version.lua b/ddl/version.lua index fbce777..7843459 100644 --- a/ddl/version.lua +++ b/ddl/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.6.4' +return '1.6.5'