Prepare 4.0.1.

This commit is contained in:
Dimitri Sabadie 2021-07-11 16:50:28 +02:00
parent 32e5122339
commit e64298dc88
No known key found for this signature in database
GPG Key ID: B313786A66884DCD
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<!-- vim-markdown-toc GFM -->
* [4.0.1](#401)
* [4.0](#40)
* [Major changes](#major-changes)
* [Patch changes](#patch-changes)
@ -39,6 +40,18 @@
<!-- vim-markdown-toc -->
# 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

View File

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