Skip to content

Commit 1fb4c75

Browse files
authored
chore: prep 1.0.0 (#375)
1 parent 71a546a commit 1fb4c75

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zizmor"
33
description = "Static analysis for GitHub Actions"
4-
version = "0.10.0"
4+
version = "1.0.0"
55
edition = "2021"
66
repository = "https://github.com/woodruffw/zizmor"
77
homepage = "https://github.com/woodruffw/zizmor"

Diff for: docs/release-notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: Abbreviated change notes about each zizmor release.
77
This page contains _abbreviated_, user-focused release notes for each version
88
of `zizmor`.
99

10-
## v1.0.0 (UNRELEASED)
10+
## Upcoming (UNRELEASED)
11+
12+
## v1.0.0
1113

1214
!!! warning
1315

Diff for: docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `repos` section:
457457

458458
```yaml
459459
- repo: https://github.com/woodruffw/zizmor-pre-commit
460-
rev: v0.10.0 # (1)!
460+
rev: v1.0.0 # (1)!
461461
hooks:
462462
- id: zizmor
463463
```

0 commit comments

Comments
 (0)