Skip to content

Commit

Permalink
Merge pull request #27 from cuviper/release-0.1.44
Browse files Browse the repository at this point in the history
Release 0.1.44
  • Loading branch information
cuviper committed Feb 8, 2024
2 parents 04047f4 + 0e86a87 commit c643db4
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.43"
version = "0.1.44"
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.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]
Expand Down

0 comments on commit c643db4

Please sign in to comment.