Release v0.25.2
This commit is contained in:
parent
48248ae0a0
commit
9ce8402ef3
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nalgebra"
|
||||
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."
|
||||
|
|
Loading…
Reference in New Issue