Skip to content

Commit 7f7bc18

Browse files
author
semantic-release
committed
chore: release 0.3.1
1 parent c696ec2 commit 7f7bc18

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.3.1 (2026-02-14)
5+
6+
### Bug Fixes
7+
8+
- **ci**: Document squash-merge requirement to prevent orphaned tags
9+
([`c696ec2`](https://github.com/OpenAdaptAI/openadapt-evals/commit/c696ec20df67c736e39a097dd52cd4fd677901d0))
10+
11+
PyPI rejected 0.3.0 upload because the old orphaned release already published that version. This
12+
commit triggers 0.3.1 release and documents the squash-merge requirement that prevents recurrence.
13+
14+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15+
16+
417
## v0.3.0 (2026-02-14)
518

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

0 commit comments

Comments
 (0)