Skip to content

Commit

Permalink
Merge pull request #338 from recmo/release/1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich authored Oct 27, 2023
2 parents 666cd31 + 52d15f3 commit 8089eab
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.11.0] - 2023-10-27

### Added

- `bytemuck` feature ([#292])
Expand Down Expand Up @@ -275,7 +277,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.1...HEAD
[unreleased]: https://github.com/recmo/uint/compare/v1.11.0...HEAD
[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
[1.9.0]: https://github.com/recmo/uint/releases/tag/v1.9.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.1"
version = "1.11.0"
keywords = ["uint"]
categories = ["mathematics"]
exclude = ["benches/", "proptest-regressions/", "tests/"]
Expand Down

0 comments on commit 8089eab

Please sign in to comment.