Skip to content

Commit fe55008

Browse files
DifferentialOrangeAnaNek
authored andcommitted
Release 1.6.3
Overview This release introduce versioning support abd basic fieldno path support for indexes. New features - Added versioning support (#105). Buxfixes - Add basic fieldno path support for indexes (#108). It is the compatibility layer for Tarantool spaces created not through ddl: users are not encouraged to create fieldno path indexes in schema, since we do not support them as sharding keys.
1 parent f43005a commit fe55008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.6.3] - 2023-06-08
88

99
### Added
1010

ddl/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.6.2'
4+
return '1.6.3'

0 commit comments

Comments
 (0)