From 9ce8402ef3c7797117ec3b84b8c9e642439cc3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crozet=20S=C3=A9bastien?= Date: Sat, 6 Mar 2021 14:05:38 +0100 Subject: [PATCH] Release v0.25.2 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4af9114..24450f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). -## [0.25.2] - WIP +## [0.25.2] ### Added - A `convert-glam` cargo feature to enable implementations of `From` traits to convert between `glam` types and `nalgebra` types. diff --git a/Cargo.toml b/Cargo.toml index 34963447..666dbeb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.25.1" +version = "0.25.2" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."