Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 23:02

v0.1.1 (2026-01-29)

Bug Fixes

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

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 (102b44c)

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