Skip to content

Commit 6c755ad

Browse files
authored
Merge pull request #345 from recmo/v1.11.1
release: v1.11.1
2 parents b837971 + 58a08fb commit 6c755ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.11.1] - 2023-11-18
13+
1214
### Fixed
1315

1416
- Typo in `Shr` implementation ([#343])
@@ -291,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
291293

292294
<!-- links to version -->
293295

294-
[unreleased]: https://github.com/recmo/uint/compare/v1.11.0...HEAD
296+
[unreleased]: https://github.com/recmo/uint/compare/v1.11.1...HEAD
297+
[1.11.1]: https://github.com/recmo/uint/releases/tag/v1.11.1
295298
[1.11.0]: https://github.com/recmo/uint/releases/tag/v1.11.0
296299
[1.10.1]: https://github.com/recmo/uint/releases/tag/v1.10.1
297300
[1.10.0]: https://github.com/recmo/uint/releases/tag/v1.10.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ruint"
33
description = "Unsigned integer type with const-generic bit length"
4-
version = "1.11.0"
4+
version = "1.11.1"
55
keywords = ["uint"]
66
categories = ["mathematics"]
77
exclude = ["benches/", "proptest-regressions/", "tests/"]

0 commit comments

Comments
 (0)