From 1a264aa6a1306bb1c9c2b734def360aeb93f97ef Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 28 Oct 2025 21:07:02 -0400 Subject: [PATCH] chore: prep for 1.16.1 release (#1298) --- Cargo.lock | 2 +- crates/zizmor/Cargo.toml | 2 +- docs/integrations.md | 2 +- docs/release-notes.md | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22d0ce6a..40e8f3cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "zizmor" -version = "1.16.0" +version = "1.16.1" dependencies = [ "annotate-snippets", "anstream", diff --git a/crates/zizmor/Cargo.toml b/crates/zizmor/Cargo.toml index dfb2ae4c..3e770de3 100644 --- a/crates/zizmor/Cargo.toml +++ b/crates/zizmor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zizmor" description = "Static analysis for GitHub Actions" -version = "1.16.0" +version = "1.16.1" repository = "https://github.com/zizmorcore/zizmor" documentation = "https://docs.zizmor.sh" keywords = ["cli", "github-actions", "static-analysis", "security"] diff --git a/docs/integrations.md b/docs/integrations.md index a3d78180..57812c67 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -256,7 +256,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `#!yaml repos:` se ```yaml - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.16.0 # (1)! + rev: v1.16.1 # (1)! hooks: - id: zizmor ``` diff --git a/docs/release-notes.md b/docs/release-notes.md index e6da2cdf..1dd40cb3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,8 @@ of `zizmor`. ## Next (UNRELEASED) +## 1.16.1 + ### Enhancements 🌱 * `zizmor` now produces a more useful error message when asked to indirectly