Prepare version 4.2.0.

This commit is contained in:
Dimitri Sabadie 2023-02-01 19:19:22 +01:00
parent 5b746aaf57
commit ca8e797932
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,6 @@
# Changelog
<!-- vim-markdown-toc GFM -->
* [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)
<!-- vim-markdown-toc -->
# 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 shouldnt 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

View File

@ -1,6 +1,6 @@
[package]
name = "splines"
version = "4.1.1"
version = "4.2.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Spline interpolation made easy"