Skip to content

Commit

Permalink
pypi-attestations: prep 0.0.12 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Sep 19, 2024
1 parent 2762454 commit 5a6f9a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Fixed
## [0.0.12]

### Fixed

- Base64-encoded bytes inside Attestation objects contained newline characters
every 76 characters due to a bug in Pydantic's Base64Bytes type. Those
every 76 characters due to a bug in Pydantic's Base64Bytes type. Those
newlines were also (incorrectly) ignored by Pydantic during decoding
([#48](https://github.com/trailofbits/pypi-attestations/pull/48)).

## [0.0.11]

## Changed
### Changed

- The minimum version of sigstore-python is now `3.2.0`, owing to private
API changes ([#45](https://github.com/trailofbits/pypi-attestations/pull/45))
Expand Down Expand Up @@ -128,7 +130,8 @@ 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.11...HEAD
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.12...HEAD
[0.0.12]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.8...v0.0.9
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.11"
__version__ = "0.0.12"

from ._impl import (
Attestation,
Expand Down

0 comments on commit 5a6f9a9

Please sign in to comment.