File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-retrieval"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Multimodal demo retrieval using VLM embeddings for GUI automation"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments