Release Notes
Released on 2025-10-27.
Enhancements
- Add a warning for unimplemented hooks (#976)
- Allow using system trusted store by
PREK_NATIVE_TLS(#959)
Bug fixes
- Do not check for
scriptsubprocess status (#964) - Fix compatibility with older luarocks (#967)
- Fix local relative path in
try-repo(#975)
Documentation
- Update language support status (#970)
Contributors
Install prek 0.2.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.12/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.12/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.12