Skip to content

Commit d92ca5a

Browse files
authored
Merge pull request #291 from DaniPopes/release-1-10-1
chore: release 1.10.1
2 parents 8108c43 + d38ec94 commit d92ca5a

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.10.1] - 2023-07-30
13+
1214
### Fixed
1315

1416
- Fixed some support features ([#289])
@@ -251,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251253

252254
<!-- links to version -->
253255

254-
[unreleased]: https://github.com/recmo/uint/compare/v1.10.0...HEAD
256+
[unreleased]: https://github.com/recmo/uint/compare/v1.10.1...HEAD
257+
[1.10.1]: https://github.com/recmo/uint/releases/tag/v1.10.1
255258
[1.10.0]: https://github.com/recmo/uint/releases/tag/v1.10.0
256259
[1.9.0]: https://github.com/recmo/uint/releases/tag/v1.9.0
257260
[1.8.0]: https://github.com/recmo/uint/releases/tag/v1.8.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.10.0"
4+
version = "1.10.1"
55
keywords = ["uint"]
66
categories = ["mathematics"]
77
exclude = ["benches/", "proptest-regressions/", "tests/"]

0 commit comments

Comments
 (0)