@@ -7,11 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.6]
11+
12+ ### Added
13+
14+ - The ` python -m pypi_attestations ` CLI has been added. This CLI is primarily
15+ intended for local development, and not for external use. Its flags and
16+ commands are not subject to stabilization unless explicitly documented
17+ in a future release
18+ ([ #22 ] ( https://github.com/trailofbits/pypi-attestations/pull/22 ) )
19+
1020### Changed
1121
1222- The name of this project is now ` pypi-attestations ` , renamed from
1323 ` pypi-attestion-models ` ([ #25 ] ( https://github.com/trailofbits/pypi-attestations/pull/25 ) )
1424
25+ - The model conversion functions have been moved into the ` Attestation ` class
26+ ([ #24 ] ( https://github.com/trailofbits/pypi-attestations/pull/24 ) )
27+
28+ ## [ 0.0.5] - 2024-06-20
29+
30+ ### Added
31+
32+ - ` Attestation.verify ` now returns the inner statement's predicate components
33+ ([ #20 ] ( https://github.com/trailofbits/pypi-attestations/pull/20 ) )
34+
35+ ## [ 0.0.4] - 2024-06-11
36+
37+ ### Changed
38+
39+ - Switch to in-toto statements ([ #18 ] ( https://github.com/trailofbits/pypi-attestations/pull/18 ) )
40+
41+ ## [ 0.0.3] - 2024-06-10
42+
43+ - No functional changes.
44+
1545## [ 0.0.2] - 2024-05-16
1646
1747### Changed
@@ -25,5 +55,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2555- Initial implementation
2656
2757[ unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.1...HEAD
58+ [ 0.0.6 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.5...v0.0.6
59+ [ 0.0.5 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.4...v0.0.5
60+ [ 0.0.4 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.3...v0.0.4
61+ [ 0.0.3 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.2...v0.0.3
2862[ 0.0.2 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.1...v0.0.2
2963[ 0.0.1 ] : https://github.com/trailofbits/pypi-attestation-models/releases/tag/v0.0.1
0 commit comments