diff --git a/Cargo.toml b/Cargo.toml index 149072c..b017e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"] license = "MIT OR Apache-2.0" name = "num-complex" repository = "https://github.com/rust-num/num-complex" -version = "0.4.3" +version = "0.4.4" readme = "README.md" exclude = ["/bors.toml", "/ci/*", "/.github/*"] edition = "2018" diff --git a/RELEASES.md b/RELEASES.md index d6244d8..a0299c0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,9 +1,19 @@ +# Release 0.4.4 (2023-08-13) + +- [Fixes nan value for `powc` of zero][116] + +**Contributors**: @cuviper, @domna + +[116]: https://github.com/rust-num/num-complex/pull/116 + # Release 0.4.3 (2023-01-19) - [`Complex` now optionally supports `bytecheck` 0.6 and `rkyv` 0.7][110]. **Contributors**: @cuviper, @zyansheep +[110]: https://github.com/rust-num/num-complex/pull/110 + # Release 0.4.2 (2022-06-17) - [The new `ComplexFloat` trait][95] provides a generic abstraction between