Skip to content

Commit

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

## v1.1.0 (UNRELEASED)
## Upcoming (UNRELEASED)

Nothing to see here (yet!)

## v1.1.0

This release comes with one new audit ([secrets-inherit]), plus a slew
of bugfixes and internal refactors that unblock future improvements!

### Added

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.0.1 # (1)!
rev: v1.1.0 # (1)!
hooks:
- id: zizmor
```
Expand Down

0 comments on commit b178d52

Please sign in to comment.