Skip to content

Commit 69036f5

Browse files
woodruffwfacutuesca
authored andcommitted
chore: prep for release v0.0.24
Signed-off-by: William Woodruff <[email protected]>
1 parent c8012e8 commit 69036f5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.24]
11+
1012
### Added
1113

1214
- The `GooglePublisher` type has been added to support
@@ -286,7 +288,8 @@ This is a corrective release for [0.0.14].
286288

287289
- Initial implementation
288290

289-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...HEAD
291+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...HEAD
292+
[0.0.24]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24
290293
[0.0.23]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23
291294
[0.0.22]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...v0.0.22
292295
[0.0.21]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.20...v0.0.21

src/pypi_attestations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The `pypi-attestations` APIs."""
22

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

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)