Release Notes
Breaking changes
- Drop support
.ymlconfig file (#493)
Enhancements
- Add moving rev warning (#488)
- Implement
prek auto-update(#511) - Support local path as a
repourl (#513)
Bug fixes
- Fix recursion limit when checking deeply nested json (#507)
- Fix rename tempfile across device (#508)
- Fix build on s390x (#518)
Other changes
- docs: install prek with mise (#510)
Install prek 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.1.1/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.1.1/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prek