Skip to content

Commit 7c21b57

Browse files
bors[bot]cuviper
andauthored
69: Release 0.2.4 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents ef8ff36 + b911ee2 commit 7c21b57

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.2.3"
11+
version = "0.2.4"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
@@ -19,7 +19,7 @@ features = ["std", "serde", "rand"]
1919
[dependencies]
2020

2121
[dependencies.num-traits]
22-
version = "0.2.7"
22+
version = "0.2.11"
2323
default-features = false
2424

2525
[dependencies.serde]

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release 0.2.4 (2020-01-09)
2+
3+
- [`Complex::new` is now a `const fn` for Rust 1.31 and later][63].
4+
- [Updated the `autocfg` build dependency to 1.0][68].
5+
6+
**Contributors**: @burrbull, @cuviper, @dingelish
7+
8+
[63]: https://github.com/rust-num/num-complex/pull/63
9+
[68]: https://github.com/rust-num/num-complex/pull/68
10+
111
# Release 0.2.3 (2019-06-11)
212

313
- [`Complex::sqrt()` is now more accurate for negative reals][60].

0 commit comments

Comments
 (0)