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]