Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
	* now with support of wierd behaviour of tarantool/queue
  • Loading branch information
ochaton committed Sep 12, 2024
1 parent 384b663 commit 616bea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 616bea6

Please sign in to comment.