Release Notes
Released on 2025-11-17.
Highlights
prek is now available on crates.io! You can build prek from source via cargo install prek, for more details see Installation.
Enhancements
- Clean up hook environments when install fails (#1085)
- Prepare for publishing prek to crates.io (#1088)
- Replace
serde-yamlwithserde_saphyr(#1087) - Warn unexpected keys in repo and hook level (#1096)
Bug fixes
- Fix
prek init-template-dirfails in non-git repo (#1093)
Contributors
Install prek 0.2.15
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.15/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.15/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prekInstall prebuilt binaries into your npm project
npm install @j178/prek@0.2.15