Skip to content

Commit 0f9ada5

Browse files
committed
ndarray-rand 0.11.0
1 parent 5d89cb5 commit 0f9ada5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ndarray-rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-rand"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2018"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"

ndarray-rand/RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Recent Changes
22
--------------
33

4+
- 0.11.0
5+
6+
- Require ndarray 0.13
7+
- Require rand 0.7 (unchanged from previous version)
8+
49
- 0.10.0
510

611
- Require `rand` 0.7

0 commit comments

Comments
 (0)