Skip to content

Commit eeabf2f

Browse files
chore(release): 2.12.1 [skip ci]
## [2.12.1](v2.12.0...v2.12.1) (2025-12-04) ### Bug Fixes * disable attestations for Test PyPI to avoid conflict ([#155](#155)) ([a33e3cd](a33e3cd)), closes [pypa/#action-pypi-publish](https://github.com/ambient-code/agentready/issues/action-pypi-publish)
1 parent a33e3cd commit eeabf2f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.12.1](https://github.com/ambient-code/agentready/compare/v2.12.0...v2.12.1) (2025-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* disable attestations for Test PyPI to avoid conflict ([#155](https://github.com/ambient-code/agentready/issues/155)) ([a33e3cd](https://github.com/ambient-code/agentready/commit/a33e3cd2d86d4a461701e906070ab3eae8ca8082)), closes [pypa/#action-pypi-publish](https://github.com/ambient-code/agentready/issues/action-pypi-publish)
7+
18
# [2.12.0](https://github.com/ambient-code/agentready/compare/v2.11.1...v2.12.0) (2025-12-04)
29

310

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
AgentReady is a Python CLI tool that evaluates repositories against a comprehensive set of carefully researched attributes that make codebases more effective for AI-assisted development. It generates interactive HTML reports, version-control friendly Markdown reports, and machine-readable JSON output.
1212

13-
**Current Status**: v2.12.0 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.12.1 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
1414

1515
**Self-Assessment Score**: 80.0/100 (Gold) - See `examples/self-assessment/`
1616

@@ -391,5 +391,5 @@ Use the @agent-github-pages-docs to [action] based on:
391391
---
392392

393393
**Last Updated**: 2025-12-04 by Jeremy Eder
394-
**AgentReady Version**: 2.12.0
394+
**AgentReady Version**: 2.12.1
395395
**Self-Assessment**: 80.0/100 (Gold) ✨

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentready"
3-
version = "2.12.0"
3+
version = "2.12.1"
44
description = "Assess and bootstrap git repositories for AI-assisted development with automated remediation and continuous learning"
55
authors = [{name = "Jeremy Eder", email = "jeder@redhat.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)