diff --git a/CHANGELOG.md b/CHANGELOG.md index 2783416b..78d5c374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5c2ad286..5b25b640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.27.0" +version = "0.27.1" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."