Prepare 3.4.

This commit is contained in:
Dimitri Sabadie 2020-05-21 20:11:36 +02:00
parent 5b92d7b715
commit ebfc15d8af
No known key found for this signature in database
GPG Key ID: B313786A66884DCD
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# 3.4
> Thu May 21st 2020
- Add support for `float-cmp-0.7` and `float-cmp-0.8`. Because this uses a SemVer range, if you
already have a `Cargo.lock`, dont forget to update `splines` with `cargo update --aggressive`.
# 3.3
> Thu Apr 0th 2020
> Thu Apr 10th 2020
- Add support for `nalgebra-0.21`.

View File

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