Skip to content

Commit

Permalink
Merge pull request #303 from cuviper/release-0.4.5
Browse files Browse the repository at this point in the history
Release 0.4.5
  • Loading branch information
cuviper committed May 6, 2024
2 parents a6f3f5b + 9237009 commit a6d29fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
license = "MIT OR Apache-2.0"
name = "num-bigint"
repository = "https://github.com/rust-num/num-bigint"
version = "0.4.4"
version = "0.4.5"
readme = "README.md"
exclude = ["/ci/*", "/.github/*"]
edition = "2021"
Expand Down
16 changes: 16 additions & 0 deletions RELEASES.md
@@ -1,3 +1,19 @@
# Release 0.4.5 (2024-05-06)

- [Upgrade to 2021 edition, **MSRV 1.60**][292]
- [Add `const ZERO` and implement `num_traits::ConstZero`][298]
- [Add `modinv` methods for the modular inverse][288]
- [Optimize multiplication with imbalanced operands][295]
- [Optimize scalar division on x86 and x86-64][236]

**Contributors**: @cuviper, @joelonsql, @waywardmonkeys

[236]: https://github.com/rust-num/num-bigint/pull/236
[288]: https://github.com/rust-num/num-bigint/pull/288
[292]: https://github.com/rust-num/num-bigint/pull/292
[295]: https://github.com/rust-num/num-bigint/pull/295
[298]: https://github.com/rust-num/num-bigint/pull/298

# Release 0.4.4 (2023-08-22)

- [Implemented `From<bool>` for `BigInt` and `BigUint`.][239]
Expand Down

0 comments on commit a6d29fa

Please sign in to comment.