File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Fixed
1313
14- - Routes deletion on config reload (#38 ).
15-
1614### Changed
1715
16+ ## 0.3.2 - 2025-11-11
17+
18+ The release fixes a small bug on config reload.
19+
20+ ### Fixed
21+
22+ - Routes deletion on config reload (#38 ).
23+
1824## 0.3.1 - 2025-07-07
1925
2026The release contains some minor bugfixes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local M = {}
66
77-- Сontains the module version.
88-- Requires manual update in case of release commit.
9- M ._VERSION = " 0.3.1 "
9+ M ._VERSION = " 0.3.2 "
1010
1111local function is_array (tbl )
1212 assert (type (tbl ) == " table" , " a table expected" )
You can’t perform that action at this time.
0 commit comments