File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.18]
11+
1012### Added
1113
1214- The ` Attestation ` type now has a ` certificate_claims ` property to expose
@@ -199,7 +201,8 @@ This is a corrective release for [0.0.14].
199201
200202- Initial implementation
201203
202- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...HEAD
204+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...HEAD
205+ [ 0.0.18 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...v0.0.18
203206[ 0.0.17 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.16...v0.0.17
204207[ 0.0.16 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.15...v0.0.16
205208[ 0.0.15 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.14...v0.0.15
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.17 "
3+ __version__ = "0.0.18 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments