diff --git a/CHANGELOG.md b/CHANGELOG.md index 545c919c2..b78422b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). -## Unreleased +## [0.33.2] (29 October 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index 7e1809d26..238b8a0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.33.1" +version = "0.33.2" authors = ["Sébastien Crozet "] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."