diff --git a/Cargo.lock b/Cargo.lock index 4239eed..2946564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3151,7 +3151,7 @@ dependencies = [ [[package]] name = "zizmor" -version = "1.2.2" +version = "1.3.0" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 604ecf3..effd9e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zizmor" description = "Static analysis for GitHub Actions" -version = "1.2.2" +version = "1.3.0" 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 84dab6b..fe185b6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,15 @@ of `zizmor`. ## Next (UNRELEASED) +Nothing to see here yet! + +## v1.3.0 + +This release comes with one new audit ([overprovisioned-secrets]), plus a +handful of bugfixes and analysis improvements to existing audits. It also +comes with a special easter egg for those who wish to *kvell* about their +audit results. + ### New Features 🌈 * **New audit**: [overprovisioned-secrets] detects uses of the `secrets` diff --git a/docs/usage.md b/docs/usage.md index 8ffd7cd..de8f0ac 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.2.2 # (1)! + rev: v1.3.0 # (1)! hooks: - id: zizmor ```