Skip to content

Commit 64ae12d

Browse files
author
semantic-release
committed
chore: release 0.4.1
1 parent 0143911 commit 64ae12d

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.4.1 (2026-02-24)
5+
6+
### Bug Fixes
7+
8+
- **docs**: Use absolute URLs for README images and links on PyPI
9+
([#36](https://github.com/OpenAdaptAI/openadapt-evals/pull/36),
10+
[`0143911`](https://github.com/OpenAdaptAI/openadapt-evals/commit/01439117c4e822c2ad13cd4f6b92f9cef1d6078b))
11+
12+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
13+
14+
### Documentation
15+
16+
- Update README with eval-suite, demo pipeline, golden images, and CI badge
17+
([`444d014`](https://github.com/OpenAdaptAI/openadapt-evals/commit/444d014e7104ab90be2ca159eb3f4b5ade5954aa))
18+
19+
- Add Tests CI badge - Add ClaudeComputerUseAgent to agents list - Add demo-conditioned evaluation
20+
section (record-waa, annotate, eval) - Add eval-suite to benchmark CLI table - Add pool-pause,
21+
pool-resume, image-create, image-list to VM CLI table - Update contributing section to use uv
22+
instead of pip
23+
24+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25+
26+
427
## v0.4.0 (2026-02-24)
528

629
### Features

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.4.0"
7+
version = "0.4.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)