From 0e86a877cd43b7552a8d8854800f5240c7390b2d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 7 Feb 2024 17:46:40 -0800 Subject: [PATCH] Release 0.1.44 --- Cargo.toml | 2 +- RELEASES.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d46bd82..09ed054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-num/num-iter" name = "num-iter" -version = "0.1.43" +version = "0.1.44" readme = "README.md" exclude = ["/ci/*", "/.github/*"] edition = "2018" diff --git a/RELEASES.md b/RELEASES.md index c164e76..1fa3a85 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,11 @@ +# Release 0.1.44 (2024-02-07) + +- [Upgrade to 2018 edition, **MSRV 1.31**][22] + +**Contributors**: @cuviper + +[22]: https://github.com/rust-num/num-iter/pull/22 + # Release 0.1.43 (2022-04-26) - [`Range`, `RangeInclusive`, and `RangeFrom` now implement `RangeBounds`][21]