Release v0.27.1

This commit is contained in:
Crozet Sébastien 2021-06-04 11:08:54 +02:00
parent 51312d1d54
commit d7288bfd28
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ documented here.
This project adheres to [Semantic Versioning](https://semver.org/).
## [0.27.1]
### Fixed
- Fixed a bug in the conversion from `glam::Vec2` or `glam::DVec2` to `Isometry2`.
## [0.27.0]
This removes the `convert-glam` and `convert-glam-unchecked` optional features.
Instead, this adds the `convert-glam013`, `convert-glam014`, and `convert-glam015` optional features for

View File

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