Skip to content

Commit

Permalink
pypi-attestation-models: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed May 16, 2024
1 parent f02a341 commit 67d9a3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] - 2024-05-16

### Changed

- Update `sigstore` to 3.0.0

## [0.0.1] - 2024-05-15

### Added

- Initial implementation

[unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.1...HEAD
[0.0.2]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/trailofbits/pypi-attestation-models/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion src/pypi_attestation_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The `pypi-attestation-models` APIs."""

__version__ = "0.0.1"
__version__ = "0.0.2"

from ._impl import (
Attestation,
Expand Down

0 comments on commit 67d9a3c

Please sign in to comment.