From 616bea6418b0d858213948dea25b126e6255dfb9 Mon Sep 17 00:00:00 2001 From: Vladislav Grubov Date: Thu, 12 Sep 2024 19:44:08 +0300 Subject: [PATCH] Release 0.7.2 * now with support of wierd behaviour of tarantool/queue --- README.md | 4 ++-- config.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 164e38f..f26abab 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Only ETCD APIv2 now supported. Ready for production use. -Latest stable release: `config 0.7.1`. +Latest stable release: `config 0.7.2`. ## Installation ```bash -tarantoolctl rocks --server=https://moonlibs.org install config 0.7.1 +tarantoolctl rocks --server=https://moonlibs.org install config 0.7.2 ``` Starting with Tarantool 2.10.0 you may add configuration of moonlibs.org into `config-5.1.lua` diff --git a/config.lua b/config.lua index 45669ce..edc2dca 100644 --- a/config.lua +++ b/config.lua @@ -776,7 +776,7 @@ end ---@type moonlibs.config local M M = setmetatable({ - _VERSION = '0.7.1', + _VERSION = '0.7.2', console = {}; ---Retrieves value from config ---@overload fun(k: string, def: any?): any?