From db2d242dd9032224bdaf4a38a072dfeae2de88c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 29 Oct 2024 08:42:36 +0100 Subject: [PATCH] Release v0.33.2 (#1457) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."