Skip to content

Commit 59bcdc2

Browse files
committed
Release v0.25.3
1 parent 1d7a561 commit 59bcdc2

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.3] - WIP
7+
## [0.25.3]
88
### Added
99
- The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with
1010
SIMD components.

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.2"
3+
version = "0.25.3"
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)