From e1883dca826014494ef33b42c87757a7b516a25b Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 10 Apr 2024 14:07:50 +0300 Subject: [PATCH] release 1.7.0 Overview This release introduces sequences support in schema and space indexes. New features - Added support of sequences in schema and space indexes (#122). --- CHANGELOG.md | 2 +- ddl/version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8936b57..2297df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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.7.0] - 2024-04-10 ### Added diff --git a/ddl/version.lua b/ddl/version.lua index 7843459..1eb49f9 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.5' +return '1.7.0'