From ca8e797932755e2fbcece765a1988b4ae2331330 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Wed, 1 Feb 2023 19:19:22 +0100 Subject: [PATCH] Prepare version 4.2.0. --- CHANGELOG.md | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d012930..acf930a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog - - +* [4.1.2](#412) * [4.1.1](#411) * [4.1](#41) * [4.0.3](#403) @@ -42,7 +41,14 @@ * [0.1.1](#011) * [0.1](#01) - +# 4.2.0 + +> Feb 1, 2023 + +- Add support for `glam-0.22`. +- Add support for `nalgebra-0.32`. +- Add deprecation lints for `impl-*` feature gates. Those shouldn’t be used anymore and the `*` variant should be + preferred. For instance, if you used `impl-cgmath`, you should just use the `cgmath` feature gate now. # 4.1.1 diff --git a/Cargo.toml b/Cargo.toml index 4fcdc0b..6532d36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splines" -version = "4.1.1" +version = "4.2.0" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "Spline interpolation made easy"