Skip to content

Commit

Permalink
Merge pull request #77 from xd009642/chore/release_prep
Browse files Browse the repository at this point in the history
Update changelog and version for release
  • Loading branch information
xd009642 authored Apr 7, 2021
2 parents 6dd3654 + 9575bff commit 9ed9373
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-stats"
version = "0.4.0"
version = "0.5.0"
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
edition = "2018"

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9ed9373

Please sign in to comment.