Skip to content

Commit 867dcab

Browse files
woodruffwfacutuesca
authored andcommitted
chore: release: v0.0.25
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 84a4dd3 commit 867dcab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff 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

src/pypi_attestations/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The `pypi-attestations` APIs."""
22

3-
__version__ = "0.0.24"
3+
__version__ = "0.0.25"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)