We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48248ae commit 9ce8402Copy full SHA for 9ce8402
CHANGELOG.md
@@ -4,7 +4,7 @@ documented here.
4
5
This project adheres to [Semantic Versioning](https://semver.org/).
6
7
-## [0.25.2] - WIP
+## [0.25.2]
8
### Added
9
- A `convert-glam` cargo feature to enable implementations of `From` traits to convert
10
between `glam` types and `nalgebra` types.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nalgebra"
3
-version = "0.25.1"
+version = "0.25.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
0 commit comments