This commit is contained in:
Dimitri Sabadie 2018-09-06 15:58:10 +02:00
parent 820839abc0
commit 11791bed70
No known key found for this signature in database
GPG Key ID: 9356C4ECBDB2B438
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# 0.2
> Thu 6th September 2018
- Add the `"std"` feature gate, that can be used to compile with the standard library.
- Add the `"impl-cgmath"` in order to make it optional, if wanted, the `cgmath` dependency.
- Enhance the documentation.
## 0.1.1 ## 0.1.1
> Wed 8th August 2018 > Wed 8th August 2018

View File

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