Skip to content

Commit 5854039

Browse files
author
semantic-release
committed
chore: release 0.1.2
1 parent d4ffec4 commit 5854039

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
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-retrieval/pull/2),
10+
[`7b15cfe`](https://github.com/OpenAdaptAI/openadapt-retrieval/commit/7b15cfefa0c6e993b54910646973ae079fadf29b))
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+
### Documentation
20+
21+
- Remove unsubstantiated SOTA claim from README
22+
([#3](https://github.com/OpenAdaptAI/openadapt-retrieval/pull/3),
23+
[`d4ffec4`](https://github.com/OpenAdaptAI/openadapt-retrieval/commit/d4ffec47b9d996826fb0d59d6675c01f07fa119d))
24+
25+
* fix: Use filename-based GitHub Actions badge URL
26+
27+
The workflow-name-based badge URL was showing "no status" because GitHub requires workflow runs on
28+
the specified branch. Using the filename-based URL format
29+
(actions/workflows/publish.yml/badge.svg) is more reliable and works regardless of when the
30+
workflow last ran.
31+
32+
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
33+
34+
* docs: remove unsubstantiated SOTA claim from README
35+
36+
Changed "state-of-the-art VLM" to just "Qwen3-VL model" since SOTA claims require citations or
37+
benchmark comparisons to be defensible.
38+
39+
---------
40+
41+
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
42+
43+
444
## v0.1.1 (2026-01-29)
545

646
### 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-retrieval"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Multimodal demo retrieval using VLM embeddings for GUI automation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)