Skip to content

Commit 57232ed

Browse files
authored
Merge pull request #467 from DaniPopes/release-1.15.0
chore: release 1.15.0
2 parents 3092b94 + c89d39a commit 57232ed

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.14.0"
4+
version = "1.15.0"
55
keywords = ["uint"]
66
categories = ["mathematics"]
77
include = [".cargo/", "src/", "README.md"]

0 commit comments

Comments
 (0)