这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.1.0

Choose a tag to compare

@philocalyst philocalyst released this 30 Apr 02:35
· 49 commits to main since this release

What's new

Added

  • Bundle and install CLI shell completions (Bash, Zsh, Fish, PowerShell, Elvish) alongside release binaries, with correct output-directory handling.

Changed

  • Overhauled the compress-binaries recipe in the Justfile:
    • Archives entire package directories instead of individual executables
    • Improves logging and error handling
    • Supports a configurable output directory
  • Changed compress-binaries to compress

Fixed

  • Clippy errors in lic/src/cli.rs and removed the obsolete License::iter implementation in lic/src/license.rs.
  • build.rs warning output now omits redundant cargo:warning= prefixes and correctly logs OUT_DIR and PROFILE.
  • Release workflow and Justfile checksum tasks now:
    • Produce unified .sum files (SHA256, MD5, BLAKE3)
    • Remove stale checksum files before generation
    • Fail on any error instead of silently continuing
  • Updated the release step to use the new checksum method and upload .sum artifacts.