We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec3465 + 60834c9 commit b99c169Copy full SHA for b99c169
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "num-primitive"
3
-version = "0.3.3"
+version = "0.3.4"
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.4 (2025-12-20)
+
+- Added `PrimitiveInteger::from_str_radix`.
+- Specified error types in `PrimitiveInteger: FromStr`, `PrimitiveSigned: TryFrom<i8>`,
+ and `PrimitiveUnsigned: TryFrom<u8>`.
7
# Release 0.3.3 (2025-12-17)
8
9
- Added `PrimitiveBytes` to consolidate the constraints on `PrimitiveNumber::Bytes`
0 commit comments