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."