We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26fabe commit 36be864Copy full SHA for 36be864
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.32.0 (2026-03-04)
5
+
6
+### Features
7
8
+- **evals**: Add clean-desktop parity mode and env metadata
9
+ ([`899b36d`](https://github.com/OpenAdaptAI/openadapt-evals/commit/899b36db83218edd27ae3f1cfe2db2dca6ce095b))
10
11
12
## v0.31.0 (2026-03-04)
13
14
### Documentation
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "openadapt-evals"
-version = "0.31.0"
+version = "0.32.0"
description = "Evaluation infrastructure for GUI agent benchmarks"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments