Skip to content

Commit 31805b7

Browse files
committed
Release 0.3.2
1 parent 5ccc03f commit 31805b7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num-primitive"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Traits for primitive numeric types"
55
repository = "https://github.com/rust-num/num-primitive"
66
license = "MIT OR Apache-2.0"

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.3.2 (2025-12-16)
2+
3+
- Updated to MSRV 1.91.
4+
- Added `PrimitiveInteger::strict_{add,div,{div,rem}_euclid,mul,neg,pow,rem,shl,shr,sub}`
5+
- Added `PrimitiveSigned::strict_{abs,{add,sub}_unsigned}`
6+
- Added `PrimitiveUnsigned::strict_{abs,{add,sub}_signed}`
7+
- Added `PrimitiveUnsigned::{borrowing_sub,carrying_{add,mul,mul_add},checked_signed_diff}
8+
19
# Release 0.3.1 (2025-12-16)
210

311
- Updated to MSRV 1.90.

0 commit comments

Comments
 (0)