Skip to content

Commit

Permalink
chore: prep 0.3.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Nov 10, 2024
1 parent 1f49939 commit 829db4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:

- name: Test snippets
run: |
cargo run -- --help > docs/snippets/help.txt
make snippets
git diff --exit-code
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zizmor"
description = "Finds security issues in GitHub Actions setups"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/woodruffw/zizmor"
homepage = "https://github.com/woodruffw/zizmor"
Expand Down

0 comments on commit 829db4a

Please sign in to comment.