Release v0.25.4
This commit is contained in:
parent
889a2ace8f
commit
f8173bd668
|
@ -4,6 +4,10 @@ documented here.
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
|
|
||||||
|
## [0.25.4]
|
||||||
|
### Fixed
|
||||||
|
- Fix a compilation error when only the `serde-serialize` feature is enabled.
|
||||||
|
|
||||||
## [0.25.3]
|
## [0.25.3]
|
||||||
### Added
|
### Added
|
||||||
- The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with
|
- The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
version = "0.25.3"
|
version = "0.25.4"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
|
|
||||||
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
||||||
|
|
Loading…
Reference in New Issue