Skip to content

Commit 9d12712

Browse files
committed
chore: prep v0.0.28
Signed-off-by: Facundo Tuesca <facundo.tuesca@trailofbits.com>
1 parent a585379 commit 9d12712

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.28]
11+
12+
### Changed
13+
14+
- Upgraded `sigstore` dependency to `>=4.0.0`
15+
1016
## [0.0.27]
1117

1218
### Fixed
@@ -315,7 +321,8 @@ This is a corrective release for [0.0.14].
315321

316322
- Initial implementation
317323

318-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.27...HEAD
324+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.28...HEAD
325+
[0.0.28]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.27...v0.0.28
319326
[0.0.27]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.26...v0.0.27
320327
[0.0.26]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...v0.0.26
321328
[0.0.25]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...v0.0.25

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.27"
3+
__version__ = "0.0.28"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)