Skip to content

Commit 7628def

Browse files
committed
Release 0.1.45
1 parent fefe97e commit 7628def

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-num/num-iter"
1010
name = "num-iter"
11-
version = "0.1.44"
11+
version = "0.1.45"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.1.45 (2024-05-03)
2+
3+
- [Use `Integer::dec` in `DoubleEndedIterator`][29]
4+
5+
**Contributors**: @cuviper
6+
7+
[29]: https://github.com/rust-num/num-iter/pull/29
8+
19
# Release 0.1.44 (2024-02-07)
210

311
- [Upgrade to 2018 edition, **MSRV 1.31**][22]

0 commit comments

Comments
 (0)