Skip to content

Commit 168d594

Browse files
committed
Release 0.3.0
1 parent 15763f2 commit 168d594

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num-complex"
11-
version = "0.3.0-pre"
11+
version = "0.3.0"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
14-
publish = false
1514
edition = "2018"
1615

1716
[package.metadata.docs.rs]

RELEASES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release 0.3.0 (2020-06-13)
2+
3+
### Enhancements
4+
5+
- [The new "libm" feature passes through to `num-traits`][73], enabling `Float`
6+
features on no-`std` builds.
7+
8+
### Breaking Changes
9+
10+
- `num-complex` now requires Rust 1.31 or greater.
11+
- The "i128" opt-in feature was removed, now always available.
12+
- [Updated public dependences][65]:
13+
- `rand` support has been updated to 0.7, requiring Rust 1.32.
14+
15+
**Contributors**: @cuviper, @SOF3, @vks
16+
17+
[65]: https://github.com/rust-num/num-complex/pull/65
18+
[73]: https://github.com/rust-num/num-complex/pull/73
19+
120
# Release 0.2.4 (2020-01-09)
221

322
- [`Complex::new` is now a `const fn` for Rust 1.31 and later][63].

0 commit comments

Comments
 (0)