diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e34e8..dc5cb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.22.0 + ### Fixed - Do not report a dangerous command repeated as the left-hand example in a nearby Markdown replacement table when preceding text explicitly prohibits that same command. diff --git a/CITATION.cff b/CITATION.cff index 1a820c8..eb9d48c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: "If you use AgentConfigScore in research, please cite this software." title: "AgentConfigScore: deterministic lint and regression checks for AI coding-agent instructions" type: software -version: 0.21.0 -date-released: 2026-09-06 +version: 0.22.0 +date-released: 2026-09-07 authors: - family-names: Lin given-names: Zhibo diff --git a/pyproject.toml b/pyproject.toml index 1c3e49d..8c1c168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agent-config-score" -version = "0.21.0" +version = "0.22.0" description = "Deterministic lint and regression gate for AGENTS.md, Claude, Cursor, Copilot, and Gemini instructions." readme = "README.md" requires-python = ">=3.10" diff --git a/src/agent_config_score/__init__.py b/src/agent_config_score/__init__.py index 6a726d8..5963297 100644 --- a/src/agent_config_score/__init__.py +++ b/src/agent_config_score/__init__.py @@ -1 +1 @@ -__version__ = "0.21.0" +__version__ = "0.22.0"