Skip to content

Commit ea60e6e

Browse files
authored
docs: update changelog for v2.13.1 (#5)
## What Adds the v2.13.1 entry to the changelog: - **New feature**: `--format json` and `validate_all_detailed()` now report the checked value on passing checks (PR [commit-check/commit-check#522](commit-check/commit-check#522)) - Highlights table row for 2.13.1, linking to the "Output for scripts and CI" recipe
1 parent b6ea850 commit ea60e6e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ below and to the page that documents the feature properly.
1111

1212
| Version | What changed | Documented in |
1313
|---|---|---|
14+
| [2.13.1](#v2131) | JSON output reports the checked value for passing checks | [Output for scripts and CI](example.md#output-for-scripts-and-ci) |
1415
| [2.13.0](#v2130) | Stable rule IDs in terminal output and JSON | [Rules reference](rules.md) |
1516
| [2.12.0](#v2120) | Author name and email patterns became configurable | [CC101](rules.md#cc101) · [CC102](rules.md#cc102) |
1617
| [2.11.0](#v2110) | AI attribution policy | [Policy guides](guides/policies.md#ai-attribution) |
@@ -22,6 +23,18 @@ below and to the page that documents the feature properly.
2223
| [2.5.0](#v250) | Organization-wide config with `inherit_from` | [Integrations](guides/integrations.md#across-an-organization) |
2324
| [2.0.0](#v200) | Configuration moved from YAML to TOML — breaking | [Migrating from v1](migration.md) |
2425

26+
## v2.13.1 (2026-08-05) { #v2131 }
27+
28+
### New Features
29+
30+
* **Passed checks report what they checked**`--format json` and the
31+
`validate_all_detailed()` API now populate `value` on passing checks with
32+
the raw input that was validated (commit subject, branch name, author
33+
name/email, push refs), so tooling such as commit-check-action can show
34+
exactly what passed instead of an empty string. Terminal output is
35+
unchanged.
36+
See PR [#522](https://github.com/commit-check/commit-check/pull/522).
37+
2538
## v2.13.0 (2026-08-04) { #v2130 }
2639

2740
### New Features

0 commit comments

Comments
 (0)