Skip to content

Commit

Permalink
chore: prep 1.1.1 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jan 13, 2025
1 parent 567f8ba commit ec37d0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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 = "Static analysis for GitHub Actions"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
repository = "https://github.com/woodruffw/zizmor"
homepage = "https://github.com/woodruffw/zizmor"
Expand Down
6 changes: 5 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ description: Abbreviated change notes about each zizmor release.
This page contains _abbreviated_, user-focused release notes for each version
of `zizmor`.

## v1.1.1 (UNRELEASED)
## Next (UNRELEASED)

Nothing to see here (yet!)

## v1.1.1

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0 # (1)!
rev: v1.1.1 # (1)!
hooks:
- id: zizmor
```
Expand Down

0 comments on commit ec37d0a

Please sign in to comment.