Skip to content

Commit 97df7fa

Browse files
committed
2.0.0 version bump
1 parent d8e57ef commit 97df7fa

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

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

33
- Add `RuleBase` base class for semantic validation rules
44
- Overhaul CLI output: validation results now show structured errors with file paths, line context, and rule identifiers, followed by a checklist-style summary per rule

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nac-validate"
3-
version = "2.0.0b3"
3+
version = "2.0.0"
44
description = "A CLI tool to perform syntactic and semantic validation of YAML files."
55
license = { text = "MPL-2.0" }
66
readme = "README.md"
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Topic :: Software Development :: Testing",
2728
]
2829
dependencies = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)