Skip to content

Commit 23ccbd9

Browse files
bors[bot]cuviper
andauthored
Merge #112
112: Release 0.4.3 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents d33abcb + e9d8841 commit 23ccbd9

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.4.3 (2023-01-19)
2+
3+
- [`Complex` now optionally supports `bytecheck` 0.6 and `rkyv` 0.7][110].
4+
5+
**Contributors**: @cuviper, @zyansheep
6+
17
# Release 0.4.2 (2022-06-17)
28

39
- [The new `ComplexFloat` trait][95] provides a generic abstraction between

0 commit comments

Comments
 (0)