Skip to content

Commit

Permalink
Merge pull request #313 from cuviper/release-0.4.6
Browse files Browse the repository at this point in the history
Release 0.4.6
  • Loading branch information
cuviper committed Jun 27, 2024
2 parents 98efc2b + 2b33deb commit a25836e
Show file tree
Hide file tree
Showing 2 changed files with 9 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" ]
license = "MIT OR Apache-2.0"
name = "num-bigint"
repository = "https://github.com/rust-num/num-bigint"
version = "0.4.5"
version = "0.4.6"
readme = "README.md"
exclude = ["/ci/*", "/.github/*"]
edition = "2021"
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.4.6 (2024-06-27)

- [Fixed compilation on `x86_64-unknown-linux-gnux32`.][312]

**Contributors**: @cuviper, @ralphtandetzky, @yhx-12243

[312]: https://github.com/rust-num/num-bigint/pull/312

# Release 0.4.5 (2024-05-06)

- [Upgrade to 2021 edition, **MSRV 1.60**][292]
Expand Down

0 comments on commit a25836e

Please sign in to comment.