Skip to content

Commit d39d087

Browse files
committed
Release 0.3.3
1 parent 01ce79c commit d39d087

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "num-primitive"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Traits for primitive numeric types"
55
repository = "https://github.com/rust-num/num-primitive"
66
license = "MIT OR Apache-2.0"
@@ -9,6 +9,10 @@ categories = ["algorithms", "science", "no-std"]
99
edition = "2024"
1010
rust-version = "1.91"
1111

12+
[package.metadata.release]
13+
allow-branch = ["main"]
14+
sign-tag = true
15+
1216
[features]
1317
default = ["std"]
1418
std = []
@@ -24,7 +28,3 @@ unreachable-pub = "deny"
2428
[lints.rustdoc]
2529
broken-intra-doc-links = "deny"
2630
private-intra-doc-links = "deny"
27-
28-
[package.metadata.release]
29-
allow-branch = ["main"]
30-
sign-tag = true

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.3.3 (2025-12-17)
2+
3+
- Added `PrimitiveBytes` to consolidate the constraints on `PrimitiveNumber::Bytes`
4+
- Extended with `IndexMut<usize>`, and `PartialEq` and `TryFrom` with slice refs.
5+
- Added array construction methods `from_fn` and `repeat`.
6+
17
# Release 0.3.2 (2025-12-16)
28

39
- Updated to MSRV 1.91.

0 commit comments

Comments
 (0)