File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.15.0] - 2025-05-22
13+
1214### Added
1315
1416- Add ` const fn ` ` const_is_zero ` , ` const_eq ` , ` bit* ` ([ #441 ] )
@@ -424,7 +426,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
424426
425427<!-- links to version -->
426428
427- [ unreleased ] : https://github.com/recmo/uint/compare/v1.14.0...HEAD
429+ [ unreleased ] : https://github.com/recmo/uint/compare/v1.15.0...HEAD
430+ [ 1.15.0 ] : https://github.com/recmo/uint/releases/tag/v1.15.0
428431[ 1.14.0 ] : https://github.com/recmo/uint/releases/tag/v1.14.0
429432[ 1.13.1 ] : https://github.com/recmo/uint/releases/tag/v1.13.1
430433[ 1.13.0 ] : https://github.com/recmo/uint/releases/tag/v1.13.0
Original file line number Diff line number Diff line change 11[package ]
22name = " ruint"
33description = " Unsigned integer type with const-generic bit length"
4- version = " 1.14 .0"
4+ version = " 1.15 .0"
55keywords = [" uint" ]
66categories = [" mathematics" ]
77include = [" .cargo/" , " src/" , " README.md" ]
You can’t perform that action at this time.
0 commit comments