Release v0.26.2

This commit is contained in:
Crozet Sébastien 2021-04-27 14:26:09 +02:00
parent fb2147673b
commit 58bea21d74
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ documented here.
This project adheres to [Semantic Versioning](https://semver.org/).
## [0.26.2]
###Added
### Added
- Conversion from an array `[T; D]` to an isometry `Isometry<T, _, D>` (as a translation).
- Conversion from a static vector `SVector<T; D>` to an isometry `Isometry<T, _, D>` (as a translation).
- Conversion from a point `Point<T; D>` to an isometry `Isometry<T, _, D>` (as a translation).

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.26.1"
version = "0.26.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."