File tree 2 files changed +10
-2
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ 0.0.24]
11
18
12
19
### Added
@@ -288,7 +295,8 @@ This is a corrective release for [0.0.14].
288
295
289
296
- Initial implementation
290
297
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
292
300
[ 0.0.24 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24
293
301
[ 0.0.23 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23
294
302
[ 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 1
1
"""The `pypi-attestations` APIs."""
2
2
3
- __version__ = "0.0.24 "
3
+ __version__ = "0.0.25 "
4
4
5
5
from ._impl import (
6
6
Attestation ,
You can’t perform that action at this time.
0 commit comments