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`