Skip to content

Commit 297772d

Browse files
authored
chore: prep v0.0.22 (#99)
* ci: attenuate permissions Signed-off-by: William Woodruff <[email protected]> * chore: prep for 0.0.22 release Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]>
1 parent 1d1e238 commit 297772d

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
env:
99
FORCE_COLOR: "1"
1010

11+
permissions: {}
12+
1113
jobs:
1214
build:
1315
runs-on: ubuntu-latest

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
env:
1010
FORCE_COLOR: "1"
1111

12+
permissions: {}
13+
1214
jobs:
1315
lint:
1416
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.22]
11+
1012
### Changed
1113

1214
- The `inspect` subcommand now ignores inputs that don't match `*.attestation`,
@@ -254,7 +256,8 @@ This is a corrective release for [0.0.14].
254256

255257
- Initial implementation
256258

257-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...HEAD
259+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...HEAD
260+
[0.0.22]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...v0.0.22
258261
[0.0.21]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.20...v0.0.21
259262
[0.0.20]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...v0.0.20
260263
[0.0.19]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...v0.0.19

src/pypi_attestations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The `pypi-attestations` APIs."""
22

3-
__version__ = "0.0.21"
3+
__version__ = "0.0.22"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)