Skip to content

Commit 50fdc33

Browse files
author
semantic-release
committed
chore: release 0.78.2
1 parent d000f5d commit 50fdc33

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.78.2 (2026-03-29)
5+
6+
### Bug Fixes
7+
8+
- Remove remaining 125 tracked data files (waa_recordings, .beads)
9+
([`d000f5d`](https://github.com/OpenAdaptAI/openadapt-evals/commit/d000f5d78af487ef2ea0a2e6d168c39fb06c92a0))
10+
11+
These were committed before PR #227 and missed in the first cleanup. waa_recordings/ contains WAA
12+
experiment screenshots (PNGs). .beads/ contains a SQLite database for local tooling.
13+
14+
Both are already in .gitignore from the prior cleanup commit.
15+
16+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17+
18+
419
## v0.78.1 (2026-03-29)
520

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

0 commit comments

Comments
 (0)