|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.3.2 (2026-02-18) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- **ci**: Use v9 branch config for python-semantic-release |
| 9 | + ([#34](https://github.com/OpenAdaptAI/openadapt-evals/pull/34), |
| 10 | + [`0630b0f`](https://github.com/OpenAdaptAI/openadapt-evals/commit/0630b0f6f4c34990ec1ad27e9b876546c65f5b07)) |
| 11 | + |
| 12 | +Replace `branch = "main"` (v7/v8 key) with `[tool.semantic_release.branches.main]` table (v9 key). |
| 13 | + The old key is silently ignored by v9, causing releases to never trigger on the main branch. |
| 14 | + |
| 15 | +Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
| 16 | + |
| 17 | +### Documentation |
| 18 | + |
| 19 | +- Add screenshots back to README |
| 20 | + ([`ed5e9b5`](https://github.com/OpenAdaptAI/openadapt-evals/commit/ed5e9b58df0e8a75509133bee4d8d3cbf20d6cda)) |
| 21 | + |
| 22 | +Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
| 23 | + |
| 24 | +- Rewrite CLAUDE.md — remove stale sections, match current architecture |
| 25 | + ([`f4f5eb7`](https://github.com/OpenAdaptAI/openadapt-evals/commit/f4f5eb73b83fbddb43452ba6aef526a0c0713843)) |
| 26 | + |
| 27 | +Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
| 28 | + |
| 29 | +- Rewrite README for professional open-source style |
| 30 | + ([`9e3e904`](https://github.com/OpenAdaptAI/openadapt-evals/commit/9e3e904f867d6198d8c4829b3fd299261050100c)) |
| 31 | + |
| 32 | +Replace changelog-style README with clean structure following popular AI OSS conventions. Fix broken |
| 33 | + build badge (publish.yml → release.yml). Remove placeholder data, excessive viewer docs, and |
| 34 | + fabricated badges. |
| 35 | + |
| 36 | +Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
| 37 | + |
| 38 | +- **ci**: Correct release workflow comment — root cause was branch protection, not merge type |
| 39 | + ([`8f18cf5`](https://github.com/OpenAdaptAI/openadapt-evals/commit/8f18cf5c620065bb5209cc09c91136a156e26d9a)) |
| 40 | + |
| 41 | +Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
| 42 | + |
| 43 | + |
4 | 44 | ## v0.3.1 (2026-02-14) |
5 | 45 |
|
6 | 46 | ### Bug Fixes |
|
0 commit comments