From 4c214b0d65959bca8b19416bf796f1a305fb1d1d Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 29 Oct 2024 18:53:07 -0400 Subject: [PATCH] chore: prep 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 469d42d..9c5ec25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2117,7 +2117,7 @@ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" [[package]] name = "zizmor" -version = "0.1.2" +version = "0.1.3" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 82eae74..74a2c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zizmor" description = "Finds security issues in GitHub Actions setups" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/woodruffw/zizmor" homepage = "https://github.com/woodruffw/zizmor"