diff --git a/CHANGELOG.md b/CHANGELOG.md index d179abc..f3324d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.11.1] - 2023-11-18 + ### Fixed - Typo in `Shr` implementation ([#343]) @@ -291,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[unreleased]: https://github.com/recmo/uint/compare/v1.11.0...HEAD +[unreleased]: https://github.com/recmo/uint/compare/v1.11.1...HEAD +[1.11.1]: https://github.com/recmo/uint/releases/tag/v1.11.1 [1.11.0]: https://github.com/recmo/uint/releases/tag/v1.11.0 [1.10.1]: https://github.com/recmo/uint/releases/tag/v1.10.1 [1.10.0]: https://github.com/recmo/uint/releases/tag/v1.10.0 diff --git a/Cargo.toml b/Cargo.toml index 43d4509..78d692b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruint" description = "Unsigned integer type with const-generic bit length" -version = "1.11.0" +version = "1.11.1" keywords = ["uint"] categories = ["mathematics"] exclude = ["benches/", "proptest-regressions/", "tests/"]