Release Notes
Released on 2026-08-17.
Enhancements
- Support check-yaml unsafe mode (#2546)
Performance
- Reuse allocations in common filters (#2548)
Bug fixes
- Accept non-finite floats in check-yaml (#2545)
- Allow comment-heavy YAML in check-yaml (#2554)
- Sanitize captured terminal output before replay (#2552)
Contributors
- @j178
Install prek 0.4.14
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.4.14/prek-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.4.14/prek-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
:::sh
brew install prek
Download prek 0.4.14
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
:::sh
gh attestation verify <file-path of downloaded artifact> --repo j178/prek
You can also download the attestation from GitHub and verify against that directly:
:::sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>