chore: prep for 1.9.0 release (#877)

This commit is contained in:
William Woodruff 2025-05-30 17:28:21 -04:00 committed by GitHub
parent 4dcaad54e8
commit 5fbfaebd18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 22 additions and 10 deletions

View file

@ -9,6 +9,8 @@ of `zizmor`.
## Next (UNRELEASED)
## 1.9.0
### New Features 🌈
* `zizmor` now supports generating completions for Nushell (#838)

View file

@ -793,7 +793,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `repos` section:
```yaml
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.8.0 # (1)!
rev: v1.9.0 # (1)!
hooks:
- id: zizmor
```