You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.