Skip to content

Commit b345946

Browse files
committed
feat: release
1 parent e657576 commit b345946

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.12.4] - 2024-12-16
13+
1214
### Added
1315

1416
- Added `Uint::square_redc`. ([#402])
@@ -354,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354356

355357
<!-- links to version -->
356358

357-
[unreleased]: https://github.com/recmo/uint/compare/v1.12.3...HEAD
359+
[unreleased]: https://github.com/recmo/uint/compare/v1.12.4...HEAD
360+
[1.12.4]: https://github.com/recmo/uint/releases/tag/v1.12.4
358361
[1.12.3]: https://github.com/recmo/uint/releases/tag/v1.12.3
359362
[1.12.1]: https://github.com/recmo/uint/releases/tag/v1.12.1
360363
[1.12.0]: https://github.com/recmo/uint/releases/tag/v1.12.0

Cargo.toml

+1-1
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.12.3"
4+
version = "1.12.4"
55
keywords = ["uint"]
66
categories = ["mathematics"]
77
include = [".cargo/", "src/", "README.md"]

0 commit comments

Comments
 (0)