Skip to content

Commit 1c8fc83

Browse files
committed
Release 0.2.3
1 parent 7900f09 commit 1c8fc83

2 files changed

Lines changed: 8 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.2.2"
3+
version = "0.2.3"
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release 0.2.3 (2025-12-16)
2+
3+
- Updated to MSRV 1.87.
4+
- Added `PrimitiveInteger::{unbounded_shl,unbounded_shr}`
5+
- Added `PrimitiveSigned::{cast_unsigned,midpoint}`
6+
- Added `PrimitiveUnsigned::{cast_signed,is_multiple_of}`
7+
18
# Release 0.2.2 (2025-12-16)
29

310
- Updated to MSRV 1.86.

0 commit comments

Comments
 (0)