Skip to content

Commit 93f1a4e

Browse files
committed
Release 0.4.5
1 parent 329d8a8 commit 93f1a4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

+1-1
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.4.4"
11+
version = "0.4.5"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.4.5 (2024-02-06)
2+
3+
- [Relaxed `T` bounds on `serde::Deserialize` for `Complex<T>`.][119]
4+
5+
**Contributors**: @cuviper, @WalterSmuts
6+
7+
[119]: https://github.com/rust-num/num-complex/pull/119
8+
19
# Release 0.4.4 (2023-08-13)
210

311
- [Fixes NaN value for `powc` of zero][116]

0 commit comments

Comments
 (0)