Skip to content

Commit

Permalink
release: 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Oct 27, 2023
1 parent 666cd31 commit 02f2811
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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
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
2 changes: 1 addition & 1 deletion ruint-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ruint-macro"
description = "The `uint!` macro for `Uint` literals"
version = "1.1.0"
version = "1.2.0"
keywords = ["uint", "macro"]
categories = ["mathematics"]
readme = "README.md"
Expand Down

0 comments on commit 02f2811

Please sign in to comment.