Skip to content

Commit

Permalink
prep 0.0.7
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 f3a412c commit 89f7863
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- `AttestationType` has been added, as an enumeration of all currently known
attestation types (by URL)
([#29](https://github.com/trailofbits/pypi-attestations/pull/29))

### Changed

- `Attestation.verify` now checks the attestation's type against
`AttestationType` before returning it
([#29](https://github.com/trailofbits/pypi-attestations/pull/29))

### Fixed

- `Attestation.sign` now only returns `AttestationError` when failing to sign a distribution file ([#28](https://github.com/trailofbits/pypi-attestations/pull/28))
- `Attestation.sign` now only returns `AttestationError` when failing to sign a
distribution file
([#28](https://github.com/trailofbits/pypi-attestations/pull/28))

## [0.0.6]

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.6"
__version__ = "0.0.7"

from ._impl import (
Attestation,
Expand Down

0 comments on commit 89f7863

Please sign in to comment.