Skip to content

Commit 1cc8f93

Browse files
authored
chore: release 1.11.0 (#993)
1 parent 44a27e2 commit 1cc8f93

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/zizmor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zizmor"
33
description = "Static analysis for GitHub Actions"
4-
version = "1.10.0"
4+
version = "1.11.0"
55
repository = "https://github.com/zizmorcore/zizmor"
66
documentation = "https://docs.zizmor.sh"
77
keywords = ["cli", "github-actions", "static-analysis", "security"]

docs/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `#!yaml repos:` se
256256
257257
```yaml
258258
- repo: https://github.com/zizmorcore/zizmor-pre-commit
259-
rev: v1.10.0 # (1)!
259+
rev: v1.11.0 # (1)!
260260
hooks:
261261
- id: zizmor
262262
```

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ of `zizmor`.
99

1010
## Next (UNRELEASED)
1111

12+
## 1.11.0
13+
1214
### New Features 🌈
1315

1416
* `zizmor` now has **experimental** support for IDE/editor integrations via

0 commit comments

Comments
 (0)