Skip to content

Commit 9ed9373

Browse files
authored
Merge pull request #77 from xd009642/chore/release_prep
Update changelog and version for release
2 parents 6dd3654 + 9575bff commit 9ed9373

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-stats"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
55
edition = "2018"
66

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ ndarray-stats = "0.4"
3333

3434
## Releases
3535

36+
* **0.5.0**
37+
* Breaking changes
38+
* Minimum supported Rust version: `1.49.0`
39+
* Updated to `ndarray:v0.15.0`
40+
41+
*Contributors*: [@Armavica](https://github.com/armavica), [@cassiersg](https://github.com/cassiersg)
42+
3643
* **0.4.0**
3744
* Breaking changes
3845
* Minimum supported Rust version: `1.42.0`

0 commit comments

Comments
 (0)