Skip to content

Commit 577e8c5

Browse files
DarkaMaulClaude
and
Claude
authored
Prep work for Release 1.0.2 (#151)
Co-authored-by: Claude <[email protected]>
1 parent 8b55f65 commit 577e8c5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2025-05-19
11+
1012
### Changed
1113

1214
- Added `HashAlgorithm` to exports of the base package module ([#143](https://github.com/trailofbits/rfc3161-client/pull/143))
@@ -20,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022

2123
### Fixed
2224

23-
- Fixed spelling of `hash_algorithm` parameter in `TimestampRequestBuilder` class ([131](https://github.com/trailofbits/rfc3161-client/pull/131))
25+
- Fixed spelling of `hash_algorithm` parameter in `TimestampRequestBuilder` class ([#131](https://github.com/trailofbits/rfc3161-client/pull/131))
2426

2527
## [1.0.1] - 2025-03-24
2628

@@ -113,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113115

114116
This is the first alpha release of `rfc3161-client`.
115117

116-
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.1...HEAD
118+
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.2...HEAD
119+
[1.0.2]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.1...v1.0.2
117120
[1.0.1]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.0...v1.0.1
118121
[1.0.0]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.2...v1.0.0
119122
[0.1.2]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.1...v0.1.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
# Maturin does not support dynamic fields
1515
# So we keep the version number here instead of __init__
16-
version = "1.0.1"
16+
version = "1.0.2"
1717
readme = "README.md"
1818
license = { file = "LICENSE" }
1919
authors = [{ name = "Trail of Bits", email = "[email protected]" }]

0 commit comments

Comments
 (0)