diff --git a/Cargo.toml b/Cargo.toml index ff41e8a9..720512a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/RELEASES.md b/RELEASES.md index f3163116..bc4c3534 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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]