Skip to content

Commit d1adde9

Browse files
Release 1.6.4
Overview This release introduces exclude_null support. New features - Added exclude_null support for indexes (#110).
1 parent 4901cbc commit d1adde9

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.4] - 2023-07-05
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.3'
4+
return '1.6.4'

0 commit comments

Comments
 (0)