From e64298dc88febeead183548edf934251c49115a5 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sun, 11 Jul 2021 16:50:28 +0200 Subject: [PATCH] Prepare 4.0.1. --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e9068..5f03a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ +* [4.0.1](#401) * [4.0](#40) * [Major changes](#major-changes) * [Patch changes](#patch-changes) @@ -39,6 +40,18 @@ +# 4.0.1 + +> Jul 11, 2021 + +- Add support up to `glam-0.17`. +- Add support up to `nalgebra-0.27`. +- Replace the name of some feature gates: + - `serialization` becomes `serde`. + - `impl-*` becomes `*`. + - The previous feature gates are kept around to prevent a breaking change but will eventually be removed in the next + major update. + # 4.0 > Mar 05, 2021 diff --git a/Cargo.toml b/Cargo.toml index 0466c92..d7e0227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splines" -version = "4.0.0" +version = "4.0.1" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "Spline interpolation made easy"