We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272b62c commit c18a863Copy full SHA for c18a863
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "num-primitive"
3
-version = "0.3.6"
+version = "0.3.7"
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,8 @@
+# Release 0.3.7 (2026-03-15)
+
+- Updated to MSRV 1.94.
+- Added `PrimitiveFloat::{EULER_GAMMA, GOLDEN_RATIO}`.
# Release 0.3.6 (2026-01-26)
7
8
- Link `const` documentation to the standard library.
0 commit comments