Skip to content

Commit 91fdc06

Browse files
authored
Merge pull request #128 from cuviper/release-0.4.6
Release 0.4.6
2 parents c8c06ae + 6e7aeb7 commit 91fdc06

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.4.5"
11+
version = "0.4.6"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2021"

RELEASES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release 0.4.6 (2024-05-07)
2+
3+
- [Upgrade to 2021 edition, **MSRV 1.60**][121]
4+
- [Add `const ZERO`/`ONE`/`I` and implement `ConstZero` and `ConstOne`][125]
5+
- [Add `c32` and `c64` functions to help construct `Complex` values][126]
6+
7+
**Contributors**: @cuviper
8+
9+
[121]: https://github.com/rust-num/num-complex/pull/121
10+
[125]: https://github.com/rust-num/num-complex/pull/125
11+
[126]: https://github.com/rust-num/num-complex/pull/126
12+
113
# Release 0.4.5 (2024-02-06)
214

315
- [Relaxed `T` bounds on `serde::Deserialize` for `Complex<T>`.][119]

0 commit comments

Comments
 (0)