0.2.
This commit is contained in:
parent
820839abc0
commit
11791bed70
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user