Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.21 KB

File metadata and controls

37 lines (21 loc) · 2.21 KB

1.0.4 (2026-02-22)

Bug Fixes

  • add Renovate configuration file (cb24073)

1.0.3 (2026-02-21)

Bug Fixes

  • remove cargo check and allow rust to publish with dirty lockfile (fefddcd)
  • skip dev profile verification during cargo publish and sync lockfile (c67edb5)

1.0.2 (2026-02-21)

Bug Fixes

  • update Cargo.lock and allow-dirty to bypass publish error (be15c3a)
  • update Cargo.lock during semantic-release prepare phase to avoid publish errors (a92c3de)

1.0.1 (2026-02-21)

Bug Fixes

  • pass github app token to action-gh-release to avoid permission error (5461490)
  • re-architect release pipeline to ensure version correctness (8636f04)

1.0.0 (2026-02-21)

Features

Bug Fixes

  • use GitHub App token for semantic-release (b8e2354)
  • use macos-latest for x86_64 target to fix unsupported runner error (98cd2af)