Skip to content

Commit 8d6f711

Browse files
author
semantic-release
committed
chore: release 0.3.2
1 parent 0630b0f commit 8d6f711

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
# CHANGELOG
22

33

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+
444
## v0.3.1 (2026-02-14)
545

646
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)