Release v0.26.2
This commit is contained in:
parent
fb2147673b
commit
58bea21d74
|
@ -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).
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue