From 9575bff1bfbf14f4837111948f1f8fd74b4f43b6 Mon Sep 17 00:00:00 2001 From: xd009642 Date: Tue, 6 Apr 2021 23:49:56 +0400 Subject: [PATCH] Update changelog and version for release --- Cargo.toml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32f2639..4bb820e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ndarray-stats" -version = "0.4.0" +version = "0.5.0" authors = ["Jim Turner ", "LukeMathWalker "] edition = "2018" diff --git a/README.md b/README.md index fcbe51f..5f66e67 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ ndarray-stats = "0.4" ## Releases +* **0.5.0** + * Breaking changes + * Minimum supported Rust version: `1.49.0` + * Updated to `ndarray:v0.15.0` + + *Contributors*: [@Armavica](https://github.com/armavica), [@cassiersg](https://github.com/cassiersg) + * **0.4.0** * Breaking changes * Minimum supported Rust version: `1.42.0`