diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e304a2..cf0253aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). + +## [0.32.2] (07 March 2023) + +### Added +- Add the `glam-0.23` to enable conversion from/to type from `glam` v0.23. + ## [0.32.1] (14 Jan. 2023) ### Modified diff --git a/Cargo.toml b/Cargo.toml index bcc8f0cd..1d36aeb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.32.1" +version = "0.32.2" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."