Skip to content

Releases: OpenAdaptAI/openadapt-grounding

v0.1.2

29 Jan 23:40

Choose a tag to compare

v0.1.2 (2026-01-29)

Bug Fixes

  • Use filename-based GitHub Actions badge URL (#2, 0d58eee)

The workflow-name-based badge URL was showing "no status" because GitHub requires workflow runs on the specified branch. Using the filename-based URL format (actions/workflows/publish.yml/badge.svg) is more reliable and works regardless of when the workflow last ran.

Co-authored-by: Claude Sonnet 4.5 noreply@anthropic.com


Detailed Changes: v0.1.1...v0.1.2

v0.1.1

29 Jan 23:02

Choose a tag to compare

v0.1.1 (2026-01-29)

Bug Fixes

  • ci: Remove build_command from semantic-release config (db01f86)

The python-semantic-release action runs in a Docker container where uv is not available. Let the workflow handle building instead.

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

Continuous Integration

  • Switch to python-semantic-release for automated versioning (a2dd7d5)

Replaces manual tag-triggered publish with python-semantic-release:

  • Automatic version bumping based on conventional commits
  • feat: -> minor, fix:/perf: -> patch
  • Creates GitHub releases automatically
  • Publishes to PyPI on release

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com


Detailed Changes: v0.1.0...v0.1.1

v0.1.0

17 Jan 00:18

Choose a tag to compare