chore: prep 0.10.0 (#333)

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2024-12-19 15:40:37 +00:00 committed by GitHub
parent 772a9ba39a
commit aecc879cbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -3013,7 +3013,7 @@ dependencies = [
[[package]]
name = "zizmor"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"annotate-snippets",
"anstream",

View file

@ -1,7 +1,7 @@
[package]
name = "zizmor"
description = "Static analysis for GitHub Actions"
version = "0.9.2"
version = "0.10.0"
edition = "2021"
repository = "https://github.com/woodruffw/zizmor"
homepage = "https://github.com/woodruffw/zizmor"

View file

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