Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:09
· 20 commits to main since this release

v1.0.3 (2026-06-10)

This release is published under the MIT License.

Bug Fixes

  • Stop semantic-release from pre-building dist/ before CI build (46a9a87)

semantic-release's build_command ran inside its container and wrote dist/*.tar.gz as root, causing a permission error when the workflow's own build step tried to overwrite it. The workflow already builds and publishes the package itself, so this command is unnecessary. Also restore v1.0.0 changelog details dropped by the earlier release.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com


Detailed Changes: v1.0.2...v1.0.3