Skip to content

Commit 9ce8402

Browse files
committed
Release v0.25.2
1 parent 48248ae commit 9ce8402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ documented here.
44

55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7-
## [0.25.2] - WIP
7+
## [0.25.2]
88
### Added
99
- A `convert-glam` cargo feature to enable implementations of `From` traits to convert
1010
between `glam` types and `nalgebra` types.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra"
3-
version = "0.25.1"
3+
version = "0.25.2"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
55

66
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."

0 commit comments

Comments
 (0)