From 1edbd36f0665026c81cbb927418376bbd31e54ef Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 8 May 2024 09:06:53 -0700 Subject: [PATCH] Release 0.4.3 --- Cargo.toml | 2 +- RELEASES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 585bef0f0..1935eed0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.2" +version = "0.4.3" readme = "README.md" exclude = ["/ci/*", "/.github/*"] edition = "2021" diff --git a/RELEASES.md b/RELEASES.md index c32baea96..4fcb1a45a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Release 0.4.3 (2024-05-08) + +- Upgrade to 2021 edition, **MSRV 1.60**. +- Updated all sub-crates to their latest versions. + # Release 0.4.2 (2024-04-12) - Updated all sub-crates to their latest versions.