Skip to content

Commit 918df55

Browse files
author
semantic-release
committed
chore: release 0.1.1
1 parent 58696f1 commit 918df55

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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>

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.0"
7+
version = "0.1.1"
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)