From f8173bd668bd7c0046d3dd346f70552f3711a255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crozet=20S=C3=A9bastien?= Date: Thu, 1 Apr 2021 12:08:43 +0200 Subject: [PATCH] Release v0.25.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784a0e7a..8c1734fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ documented here. 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] ### Added - The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with diff --git a/Cargo.toml b/Cargo.toml index 2b99f0a1..d9418a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.25.3" +version = "0.25.4" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."