Skip to content

Commit 362ebab

Browse files
olegrokdokshina
authored andcommitted
update merger submodule to 0.0.2
See changelog here https://github.com/tarantool/tuple-merger/releases/tag/0.0.2
1 parent 27d825f commit 362ebab

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
* Added jsonpath indexes support for queries
13+
* `tuple-merger` module updated to 0.0.2
14+
1015
## [0.7.1] - 2021-06-21
1116

1217
### Fixed
@@ -15,10 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1520
* Ignoring `opts.first` on `crud.pairs` call
1621
* External `keydef` compatibility with built-in `merger`
1722

18-
### Added
19-
20-
* Added jsonpath indexes support for queries.
21-
2223
## [0.7.0] - 2021-05-27
2324

2425
### Fixed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ execute_process(
3636
)
3737

3838
execute_process(
39-
COMMAND bash "-c" "tarantoolctl rocks install tuple-merger 0.0.1"
39+
COMMAND bash "-c" "tarantoolctl rocks install tuple-merger 0.0.2"
4040
)

0 commit comments

Comments
 (0)