File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.20]
11+
12+ ### Changed
13+
14+ - Explicitly support sigstore-python 3.6
15+ ([ #79 ] ( https://github.com/trailofbits/pypi-attestations/pull/79 ) )
16+
1017## [ 0.0.19]
1118
1219This is a corrective release for [ 0.0.18] .
@@ -205,7 +212,8 @@ This is a corrective release for [0.0.14].
205212
206213- Initial implementation
207214
208- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...HEAD
215+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.20...HEAD
216+ [ 0.0.20 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...v0.0.20
209217[ 0.0.19 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...v0.0.19
210218[ 0.0.18 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...v0.0.18
211219[ 0.0.17 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.16...v0.0.17
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.19 "
3+ __version__ = "0.0.20 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments