From 0f601759ffb3996a322915410ed28f607bc30367 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 15 Dec 2024 10:15:26 -0500 Subject: [PATCH] chore: prep 0.9.2 (#300) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cb7acdb..e9d8f682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2594,7 +2594,7 @@ dependencies = [ [[package]] name = "zizmor" -version = "0.9.1" +version = "0.9.2" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 89539d00..2461aa1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zizmor" description = "Static analysis for GitHub Actions" -version = "0.9.1" +version = "0.9.2" edition = "2021" repository = "https://github.com/woodruffw/zizmor" homepage = "https://github.com/woodruffw/zizmor"