0.0.6
Release Notes
Breaking changes
In this release, we’ve renamed the project to prefligit
(a deliberate misspelling of preflight) to prevent confusion with the existing pre-commit tool. For further information, refer to issue #73.
- The command-line name is now
prefligit
. We suggest uninstalling any previous version ofpre-commit-rs
and installingprefligit
from scratch. - The PyPI package is now listed as
prefligit
. - The Cargo package is also now
prefligit
. - The Homebrew formula has been updated to
prefligit
.
Enhancements
- Support
docker_image
language (#113) - Support
init-templatedir
subcommand (#101) - Implement get filenames from merge conflicts (#103)
Bug fixes
- Fix
prefligit install --hook-type
name (#102)
Other changes
- Apply color option to log (#100)
- Improve tests (#106)
- Remove intermedia Language enum (#107)
- Run
cargo clippy
in the dev drive workspace (#115)
Install prefligit 0.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prefligit/releases/download/v0.0.6/prefligit-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/j178/prefligit/releases/download/v0.0.6/prefligit-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install j178/tap/prefligit
Download prefligit 0.0.6
File | Platform | Checksum |
---|---|---|
prefligit-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
prefligit-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
prefligit-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
prefligit-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |