Skip to content

Commit 58bea21

Browse files
committed
Release v0.26.2
1 parent fb21476 commit 58bea21

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
@@ -5,7 +5,7 @@ documented here.
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

77
## [0.26.2]
8-
###Added
8+
### Added
99
- Conversion from an array `[T; D]` to an isometry `Isometry<T, _, D>` (as a translation).
1010
- Conversion from a static vector `SVector<T; D>` to an isometry `Isometry<T, _, D>` (as a translation).
1111
- Conversion from a point `Point<T; D>` to an isometry `Isometry<T, _, D>` (as a translation).

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.26.1"
3+
version = "0.26.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)