We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2498ba9 commit 4d90855Copy full SHA for 4d90855
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "num-primitive"
3
-version = "0.3.4"
+version = "0.3.5"
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,9 @@
+# Release 0.3.5 (2026-01-22)
+
+- Updated to MSRV 1.93.
+- Added `PrimitiveInteger::unchecked_{shl,shr}`.
+- Added `PrimitiveSigned::unchecked_neg`.
7
# Release 0.3.4 (2025-12-20)
8
9
- Added `PrimitiveInteger::from_str_radix`.
0 commit comments