File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ execute_process(
3636)
3737
3838execute_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)
You can’t perform that action at this time.
0 commit comments