Skip to content

Commit c18a863

Browse files
committed
Release 0.3.7
1 parent 272b62c commit c18a863

2 files changed

Lines changed: 6 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.6"
3+
version = "0.3.7"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release 0.3.7 (2026-03-15)
2+
3+
- Updated to MSRV 1.94.
4+
- Added `PrimitiveFloat::{EULER_GAMMA, GOLDEN_RATIO}`.
5+
16
# Release 0.3.6 (2026-01-26)
27

38
- Link `const` documentation to the standard library.

0 commit comments

Comments
 (0)