Skip to content

Commit

Permalink
prep 0.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jul 10, 2024
1 parent a525bbd commit f32b66e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pypi_attestations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The `pypi-attestations` APIs."""

__version__ = "0.0.7"
__version__ = "0.0.8"

from ._impl import (
Attestation,
Expand Down

0 comments on commit f32b66e

Please sign in to comment.