Skip to content

Commit

Permalink
Release v0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Apr 27, 2021
1 parent fb21476 commit 58bea21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.26.1"
version = "0.26.2"
authors = [ "Sébastien Crozet <[email protected]>" ]

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

0 comments on commit 58bea21

Please sign in to comment.