Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 6.34 KB

File metadata and controls

95 lines (53 loc) · 6.34 KB

1.3.2 (2026-06-12)

Bug Fixes

1.3.1 (2026-05-22)

Bug Fixes

  • ci: use x86_64-unknown-linux-gnu as Rust target in build matrix (58f3b40)

1.3.0 (2026-05-22)

Features

  • implement pvm optimizations, robust uninstall logic and php-version auto-detection (#30) (ccaa069)

1.2.1 (2026-05-08)

Bug Fixes

  • use: prompt to install when target version missing (#24) (ceec711)

1.2.0 (2026-05-07)

Features

  • self-update: add self-update command for in-place pvm upgrades (#19) (d77f0ef)

1.1.2 (2026-05-06)

Bug Fixes

1.1.1 (2026-05-06)

Bug Fixes

  • ci: pin build matrix toolchain to 1.95.0 (4b8fbdd), closes #20

1.1.0 (2026-04-29)

Features

  • improve concurrency safety, cross-platform support and dynamic versioning (85e6c80)
  • improve concurrency safety, cross-platform support and dynamic versioning (3bc8179)
  • support multiple PHP packages via new bulk API (5f20206)

Bug Fixes

  • address CodeRabbit review findings (05f9621)
  • address remaining CodeRabbit findings on PR #6 (e6130ed)
  • address second-round CodeRabbit review on PR #6 (0f9c7f0)
  • resolve clippy::collapsible-if lint in network.rs (4923dc1)
  • shell: add RANDOM entropy to env_file names (19efe4c)

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)