Skip to content

Commit

Permalink
Release 1.6.4
Browse files Browse the repository at this point in the history
Overview

  This release introduces exclude_null support.

New features
  - Added exclude_null support for indexes (#110).
  • Loading branch information
DifferentialOrange committed Jul 5, 2023
1 parent 4901cbc commit 9460a98
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.4] - 2023-07-05

### 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.3'
return '1.6.4'

0 comments on commit 9460a98

Please sign in to comment.