diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab04f0..47faf79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.8] + ### Fixed - `AttestationType` is now re-exported at the top-level as a public API + ([#31](https://github.com/trailofbits/pypi-attestations/pull/31)) ## [0.0.7] @@ -78,8 +81,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.7...HEAD -[0.0.6]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.6...v0.0.7 +[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...HEAD +[0.0.8]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.7...v0.0.8 +[0.0.7]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.3...v0.0.4 diff --git a/src/pypi_attestations/__init__.py b/src/pypi_attestations/__init__.py index 74f505d..67fb828 100644 --- a/src/pypi_attestations/__init__.py +++ b/src/pypi_attestations/__init__.py @@ -1,6 +1,6 @@ """The `pypi-attestations` APIs.""" -__version__ = "0.0.7" +__version__ = "0.0.8" from ._impl import ( Attestation,