mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: prep 1.1.1 (#438)
This commit is contained in:
parent
567f8ba23d
commit
ec37d0a0e5
4 changed files with 8 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3108,7 +3108,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zizmor"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"annotate-snippets",
|
||||
"anstream",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue