Skip to content

Commit

Permalink
Release 1.6.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DifferentialOrange authored and AnaNek committed Jun 8, 2023
1 parent f43005a commit fe55008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.3] - 2023-06-08

### Added

Expand Down
2 changes: 1 addition & 1 deletion ddl/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.6.2'
return '1.6.3'

0 comments on commit fe55008

Please sign in to comment.