File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ### Added
10+ ## Added
11+
12+ ## Fixed
13+
14+ ## Changed
15+
16+ ## 0.3.2 - 2025-11-11
17+
18+ The release fixes small bug on config reload.
1119
1220### Fixed
1321
1422- Routes deletion on config reload (#38 ).
1523
16- ### Changed
17-
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