Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Fixed

## [0.0.15] - 2026-09-11

This release fixes Tarantool Enterprise detection under cartridge.

### Fixed

- `utils.get_tnt_version()` aborting with `variable 'tarantool' is not
declared` in Cartridge applications, which broke Tarantool Enterprise
detection (#61).
Expand Down
2 changes: 1 addition & 1 deletion graphqlapi/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 '0.0.14'
return '0.0.15'
Loading