From 44f429ef37dc2d39dd9311051e296ff30ba11d4b Mon Sep 17 00:00:00 2001 From: Zhibo Lin <147509942+LE0-Lin@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:57:23 +0800 Subject: [PATCH] Release AgentConfigScore 0.21.0 --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- pyproject.toml | 2 +- src/agent_config_score/__init__.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90898e..95f0df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.21.0 + ### Added - A local `feedback` command that generates a privacy-minimized, review-before-sharing real-world case report without uploading repository data. diff --git a/CITATION.cff b/CITATION.cff index 396e5ae..1a820c8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ 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.20.0 +version: 0.21.0 date-released: 2026-09-06 authors: - family-names: Lin diff --git a/pyproject.toml b/pyproject.toml index fd50827..1c3e49d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agent-config-score" -version = "0.20.0" +version = "0.21.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 5f4bb0b..6a726d8 100644 --- a/src/agent_config_score/__init__.py +++ b/src/agent_config_score/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.21.0"