File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 88env :
99 FORCE_COLOR : " 1"
1010
11+ permissions : {}
12+
1113jobs :
1214 build :
1315 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99env :
1010 FORCE_COLOR : " 1"
1111
12+ permissions : {}
13+
1214jobs :
1315 lint :
1416 runs-on : ubuntu-latest
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.21 "
3+ __version__ = "0.0.22 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments