File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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.9]
11+
1012### Added
1113
1214- The ` Distribution ` type and APIs have been added, allowing a user to supply
@@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99101
100102- Initial implementation
101103
102- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...HEAD
104+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.9...HEAD
105+ [ 0.0.9 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...v0.0.9
103106[ 0.0.8 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.7...v0.0.8
104107[ 0.0.7 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.6...v0.0.7
105108[ 0.0.6 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.5...v0.0.6
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.8 "
3+ __version__ = "0.0.9 "
44
55from ._impl import (
66 Attestation ,
77 AttestationError ,
88 AttestationType ,
99 ConversionError ,
10+ Distribution ,
1011 Envelope ,
1112 TransparencyLogEntry ,
1213 VerificationError ,
1920 "AttestationType" ,
2021 "Envelope" ,
2122 "ConversionError" ,
23+ "Distribution" ,
2224 "TransparencyLogEntry" ,
2325 "VerificationError" ,
2426 "VerificationMaterial" ,
You can’t perform that action at this time.
0 commit comments