Skip to content

Commit 4d90855

Browse files
committed
Release 0.3.5
1 parent 2498ba9 commit 4d90855

2 files changed

Lines changed: 7 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.4"
3+
version = "0.3.5"
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.3.5 (2026-01-22)
2+
3+
- Updated to MSRV 1.93.
4+
- Added `PrimitiveInteger::unchecked_{shl,shr}`.
5+
- Added `PrimitiveSigned::unchecked_neg`.
6+
17
# Release 0.3.4 (2025-12-20)
28

39
- Added `PrimitiveInteger::from_str_radix`.

0 commit comments

Comments
 (0)