Commit b345946 1 parent e657576 commit b345946 Copy full SHA for b345946
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed 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
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.12.4] - 2024-12-16
13
+
12
14
### Added
13
15
14
16
- Added ` Uint::square_redc ` . ([ #402 ] )
@@ -354,7 +356,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354
356
355
357
<!-- links to version -->
356
358
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
358
361
[ 1.12.3 ] : https://github.com/recmo/uint/releases/tag/v1.12.3
359
362
[ 1.12.1 ] : https://github.com/recmo/uint/releases/tag/v1.12.1
360
363
[ 1.12.0 ] : https://github.com/recmo/uint/releases/tag/v1.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ruint"
3
3
description = " Unsigned integer type with const-generic bit length"
4
- version = " 1.12.3 "
4
+ version = " 1.12.4 "
5
5
keywords = [" uint" ]
6
6
categories = [" mathematics" ]
7
7
include = [" .cargo/" , " src/" , " README.md" ]
You can’t perform that action at this time.
0 commit comments