File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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.4] - 2025-08-11
11+
1012### Changed
1113
1214- Timestamps are now verified with the timestamp time as reference time like the RFC
@@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136138
137139This is the first alpha release of ` rfc3161-client ` .
138140
139- [ Unreleased ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.3...HEAD
141+ [ Unreleased ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.4...HEAD
142+ [ 1.0.4 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.3...v1.0.4
140143[ 1.0.3 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.2...v1.0.3
141144[ 1.0.2 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.1...v1.0.2
142145[ 1.0.1 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff 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.3 "
16+ version = " 1.0.4 "
1717readme = " README.md"
1818license = { file = " LICENSE" }
1919authors = [{ name = " Trail of Bits" , email = " opensource@trailofbits.com" }]
You can’t perform that action at this time.
0 commit comments