Skip to content

Commit c476c3f

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](v2.11.1...v2.12.0) (2025-12-04) ### Features * automate PyPI publishing with trusted publishing (OIDC) ([#154](#154)) ([71f4632](71f4632)), closes [pypa/#action-pypi-publish](https://github.com/ambient-code/agentready/issues/action-pypi-publish)
1 parent 71f4632 commit c476c3f

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.0](https://github.com/ambient-code/agentready/compare/v2.11.1...v2.12.0) (2025-12-04)
2+
3+
4+
### Features
5+
6+
* automate PyPI publishing with trusted publishing (OIDC) ([#154](https://github.com/ambient-code/agentready/issues/154)) ([71f4632](https://github.com/ambient-code/agentready/commit/71f4632cb188d8c9db377c9f216c047e20727f99)), closes [pypa/#action-pypi-publish](https://github.com/ambient-code/agentready/issues/action-pypi-publish)
7+
18
## [2.11.1](https://github.com/ambient-code/agentready/compare/v2.11.0...v2.11.1) (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.11.1 - Core assessment engine complete, most essential assessors implemented, LLM-powered learning, research report management
13+
**Current Status**: v2.12.0 - 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.11.1
394+
**AgentReady Version**: 2.12.0
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.11.1"
3+
version = "2.12.0"
44
description = "Assess and bootstrap git repositories for AI-assisted development with automated remediation and continuous learning"
55
authors = [{name = "Jeremy Eder", email = "[email protected]"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)