Skip to content

Commit da262c0

Browse files
author
semantic-release
committed
chore: release 0.1.2
1 parent 0d58eee commit da262c0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.2 (2026-01-29)
5+
6+
### Bug Fixes
7+
8+
- Use filename-based GitHub Actions badge URL
9+
([#2](https://github.com/OpenAdaptAI/openadapt-grounding/pull/2),
10+
[`0d58eee`](https://github.com/OpenAdaptAI/openadapt-grounding/commit/0d58eee7dd0bbeb97ab485d74e937a438b72333e))
11+
12+
The workflow-name-based badge URL was showing "no status" because GitHub requires workflow runs on
13+
the specified branch. Using the filename-based URL format
14+
(actions/workflows/publish.yml/badge.svg) is more reliable and works regardless of when the
15+
workflow last ran.
16+
17+
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
18+
19+
420
## v0.1.1 (2026-01-29)
521

622
### 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-grounding"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Robust UI element localization for automation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)