Skip to content

Commit

Permalink
Release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 7, 2024
1 parent c8c06ae commit 6e7aeb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
version = "0.4.6"
readme = "README.md"
exclude = ["/ci/*", "/.github/*"]
edition = "2021"
Expand Down
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release 0.4.6 (2024-05-07)

- [Upgrade to 2021 edition, **MSRV 1.60**][121]
- [Add `const ZERO`/`ONE`/`I` and implement `ConstZero` and `ConstOne`][125]
- [Add `c32` and `c64` functions to help construct `Complex` values][126]

**Contributors**: @cuviper

[121]: https://github.com/rust-num/num-complex/pull/121
[125]: https://github.com/rust-num/num-complex/pull/125
[126]: https://github.com/rust-num/num-complex/pull/126

# Release 0.4.5 (2024-02-06)

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

0 comments on commit 6e7aeb7

Please sign in to comment.