From 5a6f9a962abfa5a30a036d7e821417d6e4d5f0e1 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 19 Sep 2024 18:09:28 +0200 Subject: [PATCH] pypi-attestations: prep 0.0.12 (#49) --- CHANGELOG.md | 11 +++++++---- src/pypi_attestations/__init__.py | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfc93a..60c5e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/src/pypi_attestations/__init__.py b/src/pypi_attestations/__init__.py index 9b6674e..14db06c 100644 --- a/src/pypi_attestations/__init__.py +++ b/src/pypi_attestations/__init__.py @@ -1,6 +1,6 @@ """The `pypi-attestations` APIs.""" -__version__ = "0.0.11" +__version__ = "0.0.12" from ._impl import ( Attestation,