Skip to content

Commit f1f098c

Browse files
chore(release): 2.31.0 [skip ci]
# [2.31.0](v2.30.1...v2.31.0) (2026-03-26) ### Bug Fixes * **assessors:** support all YAML file naming conventions in dbt assessors ([3ff475a](3ff475a)) * **leaderboard:** add GitLab repository support for URLs and display names ([#350](#350)) ([47d8e71](47d8e71)), closes [#2](#2) [#11](#11) [#347](#347) ### Features * add python-wheel-build/fromager to leaderboard ([#346](#346)) ([6a9fab1](6a9fab1)) * add redhat/builder to leaderboard ([#348](#348)) ([480a4a4](480a4a4)) * add redhat/rhai-pipeline to leaderboard ([#349](#349)) ([e305a0f](e305a0f)) * add redhat/rhel-ai AIPCC productization repos to leaderboard ([#347](#347)) ([9b07e37](9b07e37)) * **assessors:** add first-class dbt SQL repository support ([8660e6b](8660e6b))
1 parent 599bea9 commit f1f098c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.31.0](https://github.com/ambient-code/agentready/compare/v2.30.1...v2.31.0) (2026-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **assessors:** support all YAML file naming conventions in dbt assessors ([3ff475a](https://github.com/ambient-code/agentready/commit/3ff475aa68d3ba5e28ceb44782bf38a432f5da8e))
7+
* **leaderboard:** add GitLab repository support for URLs and display names ([#350](https://github.com/ambient-code/agentready/issues/350)) ([47d8e71](https://github.com/ambient-code/agentready/commit/47d8e717ccc4def8d3e99774b3a116133d80e949)), closes [#2](https://github.com/ambient-code/agentready/issues/2) [#11](https://github.com/ambient-code/agentready/issues/11) [#347](https://github.com/ambient-code/agentready/issues/347)
8+
9+
10+
### Features
11+
12+
* add python-wheel-build/fromager to leaderboard ([#346](https://github.com/ambient-code/agentready/issues/346)) ([6a9fab1](https://github.com/ambient-code/agentready/commit/6a9fab147677aa46768a74df636583d67335f829))
13+
* add redhat/builder to leaderboard ([#348](https://github.com/ambient-code/agentready/issues/348)) ([480a4a4](https://github.com/ambient-code/agentready/commit/480a4a429bc9ecf50fd66e9bfe4153af33ef8f78))
14+
* add redhat/rhai-pipeline to leaderboard ([#349](https://github.com/ambient-code/agentready/issues/349)) ([e305a0f](https://github.com/ambient-code/agentready/commit/e305a0fadafffd8759ac245979483a1009b7b6b0))
15+
* add redhat/rhel-ai AIPCC productization repos to leaderboard ([#347](https://github.com/ambient-code/agentready/issues/347)) ([9b07e37](https://github.com/ambient-code/agentready/commit/9b07e379bbd3d8ead814da82dc670bdd8caa3902))
16+
* **assessors:** add first-class dbt SQL repository support ([8660e6b](https://github.com/ambient-code/agentready/commit/8660e6ba16e8b4e39c7d59cd67266b6ffa3f89a3))
17+
118
## [2.30.1](https://github.com/ambient-code/agentready/compare/v2.30.0...v2.30.1) (2026-03-09)
219

320

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.30.1"
3+
version = "2.31.0"
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)