We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7900f09 commit 1c8fc83Copy full SHA for 1c8fc83
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "num-primitive"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "Traits for primitive numeric types"
5
repository = "https://github.com/rust-num/num-primitive"
6
license = "MIT OR Apache-2.0"
RELEASES.md
@@ -1,3 +1,10 @@
+# Release 0.2.3 (2025-12-16)
+
+- Updated to MSRV 1.87.
+- Added `PrimitiveInteger::{unbounded_shl,unbounded_shr}`
+- Added `PrimitiveSigned::{cast_unsigned,midpoint}`
+- Added `PrimitiveUnsigned::{cast_signed,is_multiple_of}`
7
8
# Release 0.2.2 (2025-12-16)
9
10
- Updated to MSRV 1.86.
0 commit comments