From d35c29b5899f5004db15ef169e4fe99e6e53e29a Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 27 Oct 2018 16:39:50 +0200 Subject: [PATCH] Release v0.16.6 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de168c7..945a0608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Add `.dot` to quaternions. * Add `.zip_zip_map` for iterating on three matrices simultaneously, and applying a closure to them. * Add `.slerp` and `.try_slerp` to unit vectors. + * Add `.lerp` to vectors. * Add `.to_projective` and `.as_projective` to `Perspective3` and `Orthographic3` in order to use them as `Projective3` structures. * Add `From/Into` impls to allow the conversion of any transformation type to a matrix. diff --git a/Cargo.toml b/Cargo.toml index 87524dc4..fa5573b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.5" +version = "0.16.6" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."