From d16411c6dbfd2a6588f32501ce883b7313f5ea5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crozet=20S=C3=A9bastien?= Date: Sun, 7 Mar 2021 11:37:26 +0100 Subject: [PATCH] Release v0.25.3 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a8c257..784a0e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). -## [0.25.3] - WIP +## [0.25.3] ### Added - The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with SIMD components. diff --git a/Cargo.toml b/Cargo.toml index 666dbeb8..84f5eea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.25.2" +version = "0.25.3" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."