From 7628def59670492f3b5f303b694240b9a64960cc Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 3 May 2024 17:18:50 -0700 Subject: [PATCH] Release 0.1.45 --- Cargo.toml | 2 +- RELEASES.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b9b7df..c9e042e 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.44" +version = "0.1.45" readme = "README.md" exclude = ["/ci/*", "/.github/*"] edition = "2018" diff --git a/RELEASES.md b/RELEASES.md index 1fa3a85..abbd156 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,11 @@ +# Release 0.1.45 (2024-05-03) + +- [Use `Integer::dec` in `DoubleEndedIterator`][29] + +**Contributors**: @cuviper + +[29]: https://github.com/rust-num/num-iter/pull/29 + # Release 0.1.44 (2024-02-07) - [Upgrade to 2018 edition, **MSRV 1.31**][22]