Skip to content

Releases: OpenAdaptAI/openadapt-ml

v0.2.2

29 Jan 23:02

Choose a tag to compare

v0.2.2 (2026-01-29)

Bug Fixes

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

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

  • Add auto-release workflow (46c91fe)

Automatically bumps version and creates tags on PR merge:

  • feat: minor version bump
  • fix/perf: patch version bump
  • docs/style/refactor/test/chore/ci/build: patch version bump

Triggers publish.yml which deploys to PyPI.

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

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

Replaces manual commit parsing 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.2.1...v0.2.2