Skip to content

Commit

Permalink
Merge #427
Browse files Browse the repository at this point in the history
427: Release 0.4.1 r=cuviper a=cuviper



Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper committed Jul 11, 2023
2 parents 5bf7928 + 6e035db commit 7ce2990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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"
repository = "https://github.com/rust-num/num"
name = "num"
version = "0.4.0"
version = "0.4.1"
readme = "README.md"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
edition = "2018"
Expand All @@ -23,29 +23,29 @@ travis-ci = { repository = "rust-num/num" }

[dependencies.num-bigint]
optional = true # needs std until Rust 1.36
version = "0.4.0"
version = "0.4.3"
default-features = false

[dependencies.num-complex]
version = "0.4.0"
version = "0.4.3"
default-features = false

[dependencies.num-integer]
version = "0.1.44"
version = "0.1.45"
default-features = false
features = ["i128"]

[dependencies.num-iter]
version = "0.1.42"
version = "0.1.43"
default-features = false
features = ["i128"]

[dependencies.num-rational]
version = "0.4.0"
version = "0.4.1"
default-features = false

[dependencies.num-traits]
version = "0.2.14"
version = "0.2.15"
default-features = false
features = ["i128"]

Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 0.4.1 (2023-07-11)

- Updated all sub-crates to their latest versions.

# Release 0.4.0 (2021-03-05)

- Updated `num-bigint`, `num-complex`, and `num-rational` to 0.4.0.
Expand Down

0 comments on commit 7ce2990

Please sign in to comment.