File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
6170This 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
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 = " 0.1.0 "
16+ version = " 0.1.1 "
1717readme = " README.md"
1818license = { file = " LICENSE" }
1919authors = [{
name =
" Trail of Bits" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments