From 3a3679a63606d3ced168e3ea632a1637f3f72761 Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 19 Nov 2024 18:14:17 +0100 Subject: [PATCH] Prepare release 0.0.4 (#68) Co-authored-by: William Woodruff --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa0c61..97d0821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4] - 2024-11-20 + ### Added - TimestampResponse now has a `as_bytes` method to retrieve the original @@ -47,7 +49,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.0.3...HEAD +[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...HEAD +[0.0.3]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/trailofbits/rfc3161-client/releases/tag/v0.0.1 diff --git a/pyproject.toml b/pyproject.toml index c98e05e..aa5de90 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.0.3" +version = "0.0.4" readme = "README.md" license = { file = "LICENSE" } authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]