Skip to content

Commit

Permalink
Release 0.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 4, 2024
1 parent fefe97e commit 7628def
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 7628def

Please sign in to comment.