Skip to content

Commit 9541095

Browse files
authored
chore: prep for release 1.0.7 (#277)
1 parent f6029dc commit 9541095

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

154163
This 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

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.6"
16+
version = "1.0.7"
1717
readme = "README.md"
1818
license = { file = "LICENSE" }
1919
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]

0 commit comments

Comments
 (0)