From 20fd6df894a86d1d15cfe623fb4708ab26d28850 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 10 Dec 2024 16:29:32 +0100 Subject: [PATCH 1/2] Update to 0.1.1 --- CHANGELOG.md | 12 +++++++++++- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2f219..31ca8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2024-12-10 + +### Changed + +- `rfc3161-client` release `0.1.0` was previously published and yanked on PyPI, preventing + republication ([83](https://github.com/trailofbits/rfc3161-client/pull/83)) + ## [0.1.0] - 2024-12-10 +### Changed + - `rfc3161-client` is now in beta ([82](https://github.com/trailofbits/rfc3161-client/pull/82)). ## [0.0.5] - 2024-12-02 @@ -60,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is the first alpha release of `rfc3161-client`. -[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.5...v0.1.0 [0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.3...v0.0.4 diff --git a/pyproject.toml b/pyproject.toml index 3d0b187..9998644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] # Maturin does not support dynamic fields # So we keep the version number here instead of __init__ -version = "0.1.0" +version = "0.1.1" readme = "README.md" license = { file = "LICENSE" } authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }] From 243938462ed350420e54b5bf061f8301d728b5ed Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 10 Dec 2024 16:30:34 +0100 Subject: [PATCH 2/2] Update PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ca8e2..27aad8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `rfc3161-client` release `0.1.0` was previously published and yanked on PyPI, preventing - republication ([83](https://github.com/trailofbits/rfc3161-client/pull/83)) + republication ([85](https://github.com/trailofbits/rfc3161-client/pull/85)) ## [0.1.0] - 2024-12-10