Skip to content

Commit 7656517

Browse files
committed
release: v0.2.29
1 parent eab22b3 commit 7656517

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.29] - 2026-01-30
9+
10+
### Changed
11+
- **Parser**: Use `parse_string()` API directly instead of temporary file workaround, now that ngxparse supports it.
12+
813
## [0.2.28] - 2026-01-30
914

1015
### 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.28"
5+
version = "0.2.29"

0 commit comments

Comments
 (0)