Skip to content

Commit 4147a20

Browse files
committed
Release 0.3.1
1 parent 2ac02b2 commit 4147a20

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT OR Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num-complex"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.3.1 (2020-10-29)
2+
3+
- Clarify the license specification as "MIT OR Apache-2.0".
4+
5+
**Contributors**: @cuviper
6+
17
# Release 0.3.0 (2020-06-13)
28

39
### Enhancements

0 commit comments

Comments
 (0)