Skip to content

Commit 59d77f9

Browse files
committed
chore: prep v0.0.28
Signed-off-by: Facundo Tuesca <[email protected]>
1 parent 9314212 commit 59d77f9

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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`. Since version `4.0.0`,
15+
`sigstore` supports signing using the new Rekor v2 instance, which
16+
will become the default in the future. We force the version to 1,
17+
so any attestations created with `pypi-attestations==0.0.28` will
18+
still contain Rekor v1 entries.
19+
- Repository has been moved to the `pypi` GitHub org. The new URL
20+
is https://github.com/pypi/pypi-attestations.
21+
1022
## [0.0.27]
1123

1224
### Fixed
@@ -315,7 +327,8 @@ This is a corrective release for [0.0.14].
315327

316328
- Initial implementation
317329

318-
[Unreleased]: https://github.com/pypi/pypi-attestations/compare/v0.0.27...HEAD
330+
[Unreleased]: https://github.com/pypi/pypi-attestations/compare/v0.0.28...HEAD
331+
[0.0.28]: https://github.com/pypi/pypi-attestations/compare/v0.0.27...v0.0.28
319332
[0.0.27]: https://github.com/pypi/pypi-attestations/compare/v0.0.26...v0.0.27
320333
[0.0.26]: https://github.com/pypi/pypi-attestations/compare/v0.0.25...v0.0.26
321334
[0.0.25]: https://github.com/pypi/pypi-attestations/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)