Skip to content

Commit 1b452f1

Browse files
committed
release: v0.2.28
1 parent 427f7e0 commit 1b452f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

gixy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from gixy.core import severity
44

5-
version = "0.2.27"
5+
version = "0.2.28"

0 commit comments

Comments
 (0)