From 4a2f349954b53f29bf4da3794a302141b574506e Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Thu, 9 Apr 2020 23:51:07 +0200 Subject: [PATCH] Prepare 3.3.0. --- CHANGELOG.md | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6e4aa..8139832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,23 @@ +# 3.3 + +> Thu Apr 0th 2020 + +- Add support for `nalgebra-0.21`. + # 3.2 -> Thu Mar 19th 2020 +> Thu Mar 19th 2020 - Add support for `nalgebra-0.20`. - Add support for `float-cmp-0.6`. -# 3.1.0 +# 3.1 > Sat Jan 26th 2020 - Add support for `nalgebra-0.19`. -# 3.0.0 +# 3.0 > Tue Oct 22th 2019 @@ -24,7 +30,7 @@ - Fix Bézier interpolation when the next key is Bézier too. -# 2.2.0 +# 2.2 > Mon Oct 17th 2019 @@ -52,7 +58,7 @@ - Fix the cubic Bézier curve interpolation. The “output” tangent is now taken by mirroring the next key’s tangent around its control point. -# 2.0.0 +# 2.0 > Mon Sep 23rd 2019 diff --git a/Cargo.toml b/Cargo.toml index 074de71..a4b235e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splines" -version = "3.2.0" +version = "3.3.0" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "Spline interpolation made easy"