Skip to content

Commit fbf7558

Browse files
authored
prep 0.0.9 (#35)
Signed-off-by: William Woodruff <[email protected]>
1 parent 8619721 commit fbf7558

File tree

2 files changed

+7
-2
lines changed

2 files changed

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

1214
- The `Distribution` type and APIs have been added, allowing a user to supply
@@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99101

100102
- Initial implementation
101103

102-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...HEAD
104+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.9...HEAD
105+
[0.0.9]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...v0.0.9
103106
[0.0.8]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.7...v0.0.8
104107
[0.0.7]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.6...v0.0.7
105108
[0.0.6]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.5...v0.0.6

src/pypi_attestations/__init__.py

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

3-
__version__ = "0.0.8"
3+
__version__ = "0.0.9"
44

55
from ._impl import (
66
Attestation,
77
AttestationError,
88
AttestationType,
99
ConversionError,
10+
Distribution,
1011
Envelope,
1112
TransparencyLogEntry,
1213
VerificationError,
@@ -19,6 +20,7 @@
1920
"AttestationType",
2021
"Envelope",
2122
"ConversionError",
23+
"Distribution",
2224
"TransparencyLogEntry",
2325
"VerificationError",
2426
"VerificationMaterial",

0 commit comments

Comments
 (0)