From cfda7574b086ba7b4ecba83bd52a6d4bca6965ad Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 31 Oct 2023 11:41:30 -0700 Subject: [PATCH 1/2] release: roll rlp fix in 1.11.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499d93b..53a70d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.11.0] - 2023-10-31 + ### Fixed - Restricted RLP decoding to match the RLP spec and disallow leading zeros ([#335]) -[#335]: https://github.com/recmo/uint/pulls/335 - -## [1.11.0] - 2023-10-27 ### Added @@ -27,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Made `add` and `sub` functions `const` ([#324]) - Made `{from,to}_{b,l}e_bytes` `const` ([#329]) +[#335]: https://github.com/recmo/uint/pulls/335 [#292]: https://github.com/recmo/uint/pulls/292 [#296]: https://github.com/recmo/uint/pulls/296 [#298]: https://github.com/recmo/uint/pulls/298 From ebf9b610e691b1e51851313b2a25892c99a1550a Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 31 Oct 2023 11:47:33 -0700 Subject: [PATCH 2/2] chore: dedup readme --- CHANGELOG.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a70d3..35bb6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.11.0] - 2023-10-31 -### Fixed - -- Restricted RLP decoding to match the RLP spec and disallow leading zeros ([#335]) - - ### Added - `bytemuck` feature ([#292]) @@ -26,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Made `add` and `sub` functions `const` ([#324]) - Made `{from,to}_{b,l}e_bytes` `const` ([#329]) +### Fixed + +- Restricted RLP decoding to match the RLP spec and disallow leading zeros ([#335]) +- `leading_ones` failed for non-aligned sizes. + [#335]: https://github.com/recmo/uint/pulls/335 [#292]: https://github.com/recmo/uint/pulls/292 [#296]: https://github.com/recmo/uint/pulls/296 @@ -35,10 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#324]: https://github.com/recmo/uint/pulls/324 [#329]: https://github.com/recmo/uint/pulls/329 -### Fixed - -- `leading_ones` failed for non-aligned sizes. - ## [1.10.1] - 2023-07-30 ### Fixed