From 766066d9edbafc6d4f932ad2e5c36917ea14ab4e Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sun, 30 Sep 2018 21:38:49 +0200 Subject: [PATCH] 0.2.2. --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2222cb2..dcf8784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# 0.2.1 +## 0.2.2 + +> Sun 30th September 2018 + + - Bump version numbers (`splines-0.2`) in examples. + - Fix several typos in the documentation. + +## 0.2.1 > Thu 20th September 2018 diff --git a/Cargo.toml b/Cargo.toml index 42cb008..a6061d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splines" -version = "0.2.1" +version = "0.2.2" license = "BSD-3-Clause" authors = ["Dimitri Sabadie "] description = "Spline interpolation made easy"