File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.7] - 2026-07-07
11+
12+ ### Fixed
13+
14+ - macOS wheels are now self-contained: OpenSSL is vendored and statically linked
15+ like the Linux wheels. Previously the published macOS wheel baked in an absolute
16+ path to Homebrew's ` openssl@3 ` and failed to import on machines without that exact
17+ install ([ #276 ] ( https://github.com/trailofbits/rfc3161-client/pull/276 ) )
18+
1019## [ 1.0.6] - 2026-04-08
1120
1221### Fixed
@@ -153,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153162
154163This is the first alpha release of ` rfc3161-client ` .
155164
156- [ Unreleased ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.6...HEAD
165+ [ Unreleased ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.7...HEAD
166+ [ 1.0.7 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.6...v1.0.7
157167[ 1.0.6 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.5...v1.0.6
158168[ 1.0.5 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.4...v1.0.5
159169[ 1.0.4 ] : https://github.com/trailofbits/rfc3161-client/compare/v1.0.3...v1.0.4
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.6 "
16+ version = " 1.0.7 "
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