File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.28] - 2026-01-30
9+
10+ ### Changed
11+ - ** Dependency** : Switched from ` crossplane ` to ` ngxparse ` for NGINX config parsing. ngxparse is a maintained fork with bug fixes and the same API.
12+
13+ ### Fixed
14+ - ** Parser** : Fixed tokenization of adjacent braced variables like ` ${var1}${var2} ` in map directives (ngxparse 0.5.16).
15+
816## [ 0.2.25] - 2025-12-28
917
1018### Changed
Original file line number Diff line number Diff line change 22
33from gixy .core import severity
44
5- version = "0.2.27 "
5+ version = "0.2.28 "
You can’t perform that action at this time.
0 commit comments