Skip to content

Commit f282d02

Browse files
committed
Release v0.25.1
1 parent 9e625db commit f282d02

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ documented here.
44

55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7-
## [0.25.0]
7+
## [0.25.1]
8+
This release replaces the version 0.25.0 which has been yanked. The 0.25.0 version
9+
added significant complication to build `nalgebra` targeting a `#[no-std]` platform
10+
not supported by `rand`.
11+
12+
The `rand` dependency is now optional (and disabled by default). You may enable it with:
13+
- The `rand-no-std` cargo feature when targeting a `#[no-std]` environment.
14+
- The `rand` cargo feature when targeting a `std` environment.
15+
16+
## [0.25.0] - Yanked
817
This updates all the dependencies of nalgebra to their latest version, including:
918
- rand 0.8
1019
- proptest 1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
55

66
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."

0 commit comments

Comments
 (0)