Skip to content

Commit 22cc304

Browse files
authored
pypi_attestations: bump version to 0.0.23 (#110)
* pypi_attestations: bump version to 0.0.23 Signed-off-by: William Woodruff <[email protected]> * CHANGELOG: prep for release v0.0.23 Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]>
1 parent 5736314 commit 22cc304

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+4-1
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.23]
11+
1012
### Added
1113

1214
- The CLI has a new subcommand `convert`, which takes a Sigstore bundle
@@ -278,7 +280,8 @@ This is a corrective release for [0.0.14].
278280

279281
- Initial implementation
280282

281-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...HEAD
283+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...HEAD
284+
[0.0.23]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23
282285
[0.0.22]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.21...v0.0.22
283286
[0.0.21]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.20...v0.0.21
284287
[0.0.20]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...v0.0.20

Diff for: 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.22"
3+
__version__ = "0.0.23"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)