Skip to content

Commit c643db4

Browse files
authored
Merge pull request #27 from cuviper/release-0.1.44
Release 0.1.44
2 parents 04047f4 + 0e86a87 commit c643db4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

+1-1
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.43"
11+
version = "0.1.44"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.1.44 (2024-02-07)
2+
3+
- [Upgrade to 2018 edition, **MSRV 1.31**][22]
4+
5+
**Contributors**: @cuviper
6+
7+
[22]: https://github.com/rust-num/num-iter/pull/22
8+
19
# Release 0.1.43 (2022-04-26)
210

311
- [`Range`, `RangeInclusive`, and `RangeFrom` now implement `RangeBounds`][21]

0 commit comments

Comments
 (0)