Skip to content

Commit 9530092

Browse files
authored
chore: prep 0.1.2 (#90)
1 parent d59e57a commit 9530092

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [0.1.2] - 2024-12-11
11+
1012
### Changed
1113

1214
- Moved `maturin` dependency from main project dependencies to development dependencies
@@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8183

8284
This is the first alpha release of `rfc3161-client`.
8385

84-
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.1...HEAD
86+
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.2...HEAD
87+
[0.1.2]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.1...v0.1.2
8588
[0.1.1]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.0...v0.1.1
8689
[0.1.0]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.5...v0.1.0
8790
[0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...v0.0.5

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

0 commit comments

Comments
 (0)