Skip to content

Commit c7f506e

Browse files
committed
Release 0.1.46
1 parent 3ac8866 commit c7f506e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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-integer"
1010
name = "num-integer"
11-
version = "0.1.45"
11+
version = "0.1.46"
1212
readme = "README.md"
1313
exclude = ["/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release 0.1.46 (2024-02-07)
2+
3+
- [Upgrade to 2018 edition, **MSRV 1.31**][51]
4+
- [The `Integer::divides` method is now properly deprecated][42],
5+
rather than just documented so.
6+
- [The new `Integer::dec` and `inc` methods change the value by one.][53]
7+
8+
**Contributors**: @aobatact, @cuviper, @hkBst, @MiguelX413
9+
10+
[42]: https://github.com/rust-num/num-integer/pull/42
11+
[51]: https://github.com/rust-num/num-integer/pull/51
12+
[53]: https://github.com/rust-num/num-integer/pull/53
13+
114
# Release 0.1.45 (2022-04-29)
215

316
- [`Integer::next_multiple_of` and `prev_multiple_of` no longer overflow -1][45].

0 commit comments

Comments
 (0)