File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.25]
11+
12+ ### Fixed
13+
14+ - Makes the ` GooglePublisher ` type and APIs public
15+ ([ #117 ] ( https://github.com/trailofbits/pypi-attestations/pull/117 ) )
16+
1017## [ 0.0.24]
1118
1219### Added
@@ -288,7 +295,8 @@ This is a corrective release for [0.0.14].
288295
289296- Initial implementation
290297
291- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...HEAD
298+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...HEAD
299+ [ 0.0.25 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...v0.0.25
292300[ 0.0.24 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24
293301[ 0.0.23 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23
294302[ 0.0.22 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...v0.0.22
Original file line number Diff line number Diff line change 11"""The `pypi-attestations` APIs."""
22
3- __version__ = "0.0.24 "
3+ __version__ = "0.0.25 "
44
55from ._impl import (
66 Attestation ,
You can’t perform that action at this time.
0 commit comments