File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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 `
15+
1016## [ 0.0.27]
1117
1218### Fixed
@@ -315,7 +321,8 @@ This is a corrective release for [0.0.14].
315321
316322- Initial implementation
317323
318- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.27...HEAD
324+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.28...HEAD
325+ [ 0.0.28 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.27...v0.0.28
319326[ 0.0.27 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.26...v0.0.27
320327[ 0.0.26 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...v0.0.26
321328[ 0.0.25 ] : https://github.com/trailofbits/pypi-attestation-models/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