Skip to content

Commit 4ca88c2

Browse files
chore: prep for release 1.0.6 (#239)
Co-authored-by: Facundo Tuesca <facundo.tuesca@trailofbits.com>
1 parent 4f7d372 commit 4ca88c2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [1.0.6] - 2026-XX-XX
10+
## [1.0.6] - 2026-04-08
1111

1212
### Fixed
1313

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

154154
This is the first alpha release of `rfc3161-client`.
155155

156-
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.5...HEAD
156+
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.6...HEAD
157+
[1.0.6]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.5...v1.0.6
157158
[1.0.5]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.4...v1.0.5
158159
[1.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.3...v1.0.4
159160
[1.0.3]: https://github.com/trailofbits/rfc3161-client/compare/v1.0.2...v1.0.3

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

0 commit comments

Comments
 (0)