Skip to content

Commit cc26c8a

Browse files
authored
Update to 0.1.1 (#85)
1 parent b491b11 commit cc26c8a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2024-12-10
11+
12+
### Changed
13+
14+
- `rfc3161-client` release `0.1.0` was previously published and yanked on PyPI, preventing
15+
republication ([85](https://github.com/trailofbits/rfc3161-client/pull/85))
16+
1017
## [0.1.0] - 2024-12-10
1118

19+
### Changed
20+
1221
- `rfc3161-client` is now in beta ([82](https://github.com/trailofbits/rfc3161-client/pull/82)).
1322

1423
## [0.0.5] - 2024-12-02
@@ -60,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6069

6170
This is the first alpha release of `rfc3161-client`.
6271

63-
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.0...HEAD
72+
[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.1...HEAD
73+
[0.1.1]: https://github.com/trailofbits/rfc3161-client/compare/v0.1.0...v0.1.1
6474
[0.1.0]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.5...v0.1.0
6575
[0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...v0.0.5
6676
[0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.3...v0.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 = "0.1.0"
16+
version = "0.1.1"
1717
readme = "README.md"
1818
license = { file = "LICENSE" }
1919
authors = [{ name = "Trail of Bits", email = "[email protected]" }]

0 commit comments

Comments
 (0)