diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b81265..f407c275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.32.5] (28 March 2024) + +## Fixed + +- Fix numerical issue on SVD with near-identity matrix. + ## [0.32.4] (19 Feb 2023) + +### Added + - Add the `glam-0.25` feature to enable conversion from/to types from `glam` v0.25. ## [0.32.3] (09 July 2023) diff --git a/Cargo.toml b/Cargo.toml index b62c4579..77493d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.32.4" +version = "0.32.5" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."