diff --git a/Cargo.lock b/Cargo.lock index 7e3a82fc..9903be68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,7 +3108,7 @@ dependencies = [ [[package]] name = "zizmor" -version = "1.1.0" +version = "1.1.1" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index d8c75171..e92a7b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/docs/release-notes.md b/docs/release-notes.md index 4dba2d05..0aba6901 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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 diff --git a/docs/usage.md b/docs/usage.md index bb52e9c9..c52f3f8b 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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 ```