chore: prep 1.1.1 (#438)

This commit is contained in:
William Woodruff 2025-01-13 11:03:43 -05:00 committed by GitHub
parent 567f8ba23d
commit ec37d0a0e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

2
Cargo.lock generated
View file

@ -3108,7 +3108,7 @@ dependencies = [
[[package]]
name = "zizmor"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"annotate-snippets",
"anstream",

View file

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

View file

@ -7,7 +7,11 @@ description: Abbreviated change notes about each zizmor release.
This page contains _abbreviated_, user-focused release notes for each version
of `zizmor`.
## v1.1.1 (UNRELEASED)
## Next (UNRELEASED)
Nothing to see here (yet!)
## v1.1.1
### Fixed

View file

@ -457,7 +457,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: v1.1.0 # (1)!
rev: v1.1.1 # (1)!
hooks:
- id: zizmor
```