Skip to content

Commit 9ea5b30

Browse files
committed
[release] v0.2.1
1 parent d0916d7 commit 9ea5b30

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/source/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ Security
5252

5353

5454

55+
v0.2.1 - 2025-07-19
56+
===================
57+
58+
Changed
59+
-------
60+
61+
- *The internal logic of creating rules has been optimized:* Redundant configuration conversion has been eliminated, making the process more efficient.
62+
63+
64+
5565
v0.2.0 - 2025-07-19
5666
===================
5767

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010
# ==============================================================================
1111
[project]
1212
name = "python-code-validator"
13-
version = "0.2.0"
13+
version = "0.2.1"
1414
description = "A flexible, AST-based framework for static validation of Python code using declarative JSON rules."
1515
keywords = ["validation", "linter", "static analysis", "testing", "education", "ast"]
1616
authors = [{ name = "Qu1nel", email = "covach.qn@gmail.com" }]

src/code_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"RuleParsingError",
5555
]
5656

57-
__version__ = "0.2.0"
57+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)