Skip to content

Commit d612336

Browse files
chore: prep 0.0.20 (#79)
Co-authored-by: Facundo Tuesca <facundo.tuesca@trailofbits.com>
1 parent 598de57 commit d612336

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.20]
11+
12+
### Changed
13+
14+
- Explicitly support sigstore-python 3.6
15+
([#79](https://github.com/trailofbits/pypi-attestations/pull/79))
16+
1017
## [0.0.19]
1118

1219
This is a corrective release for [0.0.18].
@@ -205,7 +212,8 @@ This is a corrective release for [0.0.14].
205212

206213
- Initial implementation
207214

208-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...HEAD
215+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.20...HEAD
216+
[0.0.20]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.19...v0.0.20
209217
[0.0.19]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.18...v0.0.19
210218
[0.0.18]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.17...v0.0.18
211219
[0.0.17]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.16...v0.0.17

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.19"
3+
__version__ = "0.0.20"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)