File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-grounding"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Robust UI element localization for automation"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments