From df4926bb1438aee68ccdea92d1558c8563148c0a Mon Sep 17 00:00:00 2001 From: Alexey Potapenko Date: Fri, 11 Sep 2026 15:32:28 +0300 Subject: [PATCH] Release 0.0.15 --- CHANGELOG.md | 6 ++++++ graphqlapi/VERSION.lua | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3083b72..01e8a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/graphqlapi/VERSION.lua b/graphqlapi/VERSION.lua index 10e6a5f..28ed3f1 100644 --- a/graphqlapi/VERSION.lua +++ b/graphqlapi/VERSION.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '0.0.14' +return '0.0.15'