File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+
4+ ## v0.1.1 (2026-01-29)
5+
6+ ### Bug Fixes
7+
8+ - ** ci** : Remove build_command from semantic-release config
9+ ([ ` 58696f1 ` ] ( https://github.com/OpenAdaptAI/openadapt-retrieval/commit/58696f109ecb072a45b784ded207c059fa47eec4 ) )
10+
11+ The python-semantic-release action runs in a Docker container where uv is not available. Let the
12+ workflow handle building instead.
13+
14+ Co-Authored-By: Claude Opus 4.5 < noreply@anthropic.com >
15+
16+ ### Continuous Integration
17+
18+ - Switch to python-semantic-release for automated versioning
19+ ([ ` 102b44c ` ] ( https://github.com/OpenAdaptAI/openadapt-retrieval/commit/102b44ca628d932dd4a25d9255c16f1c46d380d3 ) )
20+
21+ Replaces manual tag-triggered publish with python-semantic-release: - Automatic version bumping
22+ based on conventional commits - feat: -> minor, fix:/perf: -> patch - Creates GitHub releases
23+ automatically - Publishes to PyPI on release
24+
25+ Co-Authored-By: Claude Opus 4.5 < noreply@anthropic.com >
26+
27+
28+ ## v0.1.0 (2026-01-16)
29+
30+ ### Build System
31+
32+ - Prepare package for PyPI publishing
33+ ([ ` 31be776 ` ] ( https://github.com/OpenAdaptAI/openadapt-retrieval/commit/31be776ca3fed1662bd414a5841a6834af0c3940 ) )
34+
35+ - Add maintainers field (OpenAdaptAI) to pyproject.toml - Add extended project URLs (Documentation,
36+ Issues, Changelog) - Add MIT LICENSE file - Add GitHub Actions workflow for trusted PyPI
37+ publishing on version tags
38+
39+ Co-Authored-By: Claude Opus 4.5 < noreply@anthropic.com >
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.0 "
7+ version = " 0.1.1 "
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