diff --git a/CHANGELOG.md b/CHANGELOG.md index ac297f20..45c48063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.31.4] (13 Nov. 2022) + +### Added +- Add a `convert-glam022` feature to enable conversion between `nalgebra` and `glam v0.22`. + + ## [0.31.3] (30 Oct. 2022) ### Added diff --git a/Cargo.toml b/Cargo.toml index bcfa07d2..985a8918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.31.3" +version = "0.31.4" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."