Skip to content

Commit

Permalink
Merge pull request #291 from DaniPopes/release-1-10-1
Browse files Browse the repository at this point in the history
chore: release 1.10.1
  • Loading branch information
prestwich authored Jul 30, 2023
2 parents 8108c43 + d38ec94 commit d92ca5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.1] - 2023-07-30

### Fixed

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

<!-- links to version -->

[unreleased]: https://github.com/recmo/uint/compare/v1.10.0...HEAD
[unreleased]: https://github.com/recmo/uint/compare/v1.10.1...HEAD
[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
[1.9.0]: https://github.com/recmo/uint/releases/tag/v1.9.0
[1.8.0]: https://github.com/recmo/uint/releases/tag/v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ruint"
description = "Unsigned integer type with const-generic bit length"
version = "1.10.0"
version = "1.10.1"
keywords = ["uint"]
categories = ["mathematics"]
exclude = ["benches/", "proptest-regressions/", "tests/"]
Expand Down

0 comments on commit d92ca5a

Please sign in to comment.