From 4af4c2a54e13d1a165440592c0b92deae3cbd4f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:24:17 +0000 Subject: [PATCH] chore(release): prepare 0.97.1 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9e6da..2520f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.97.1 (2026-09-03) + +### Bug Fixes + +- **reward,extradup**: Resolve identity every call, and stop selling a bound nobody checked (#342) ([`97f659e`](https://github.com/OpenAdaptAI/openadapt-evals/commit/97f659e7e8e7464eab303c73f3f6877f7dfd0cb9)) + +### Chores + +- **prime**: Pin the environment to the release that carries wrong_record (#341) ([`ef43bc5`](https://github.com/OpenAdaptAI/openadapt-evals/commit/ef43bc539042e735ff2f816e2a19ae35db38272c)) + + ## v0.97.0 (2026-09-03) ### Features diff --git a/pyproject.toml b/pyproject.toml index 747f7d3..fb7c86a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openadapt-evals" -version = "0.97.0" +version = "0.97.1" description = "Evaluation infrastructure for GUI agent benchmarks" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 253be64..001c781 100644 --- a/uv.lock +++ b/uv.lock @@ -3481,7 +3481,7 @@ wheels = [ [[package]] name = "openadapt-evals" -version = "0.97.0" +version = "0.97.1" source = { editable = "." } dependencies = [ { name = "anthropic" },