Skip to content

Commit b99c169

Browse files
authored
Merge pull request #18 from cuviper/release-0.3.4
Release 0.3.4
2 parents 6ec3465 + 60834c9 commit b99c169

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.3"
3+
version = "0.3.4"
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.4 (2025-12-20)
2+
3+
- Added `PrimitiveInteger::from_str_radix`.
4+
- Specified error types in `PrimitiveInteger: FromStr`, `PrimitiveSigned: TryFrom<i8>`,
5+
and `PrimitiveUnsigned: TryFrom<u8>`.
6+
17
# Release 0.3.3 (2025-12-17)
28

39
- Added `PrimitiveBytes` to consolidate the constraints on `PrimitiveNumber::Bytes`

0 commit comments

Comments
 (0)