File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.28]
11+
12+ ### Changed
13+
14+ - Upgraded ` sigstore ` dependency to ` >=4.0.0 ` . Since version ` 4.0.0 ` ,
15+ ` sigstore ` supports signing using the new Rekor v2 instance, which
16+ will become the default in the future. We force the version to 1,
17+ so any attestations created with ` pypi-attestations==0.0.28 ` will
18+ still contain Rekor v1 entries.
19+ - Repository has been moved to the ` pypi ` GitHub org. The new URL
20+ is https://github.com/pypi/pypi-attestations .
21+
1022## [ 0.0.27]
1123
1224### Fixed
@@ -315,7 +327,8 @@ This is a corrective release for [0.0.14].
315327
316328- Initial implementation
317329
318- [ Unreleased ] : https://github.com/pypi/pypi-attestations/compare/v0.0.27...HEAD
330+ [ Unreleased ] : https://github.com/pypi/pypi-attestations/compare/v0.0.28...HEAD
331+ [ 0.0.28 ] : https://github.com/pypi/pypi-attestations/compare/v0.0.27...v0.0.28
319332[ 0.0.27 ] : https://github.com/pypi/pypi-attestations/compare/v0.0.26...v0.0.27
320333[ 0.0.26 ] : https://github.com/pypi/pypi-attestations/compare/v0.0.25...v0.0.26
321334[ 0.0.25 ] : https://github.com/pypi/pypi-attestations/compare/v0.0.24...v0.0.25
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.27 "
3+ __version__ = "0.0.28 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments