Skip to content

Commit

Permalink
Merge pull request #62 from cuviper/release-0.1.46
Browse files Browse the repository at this point in the history
Release 0.1.46
  • Loading branch information
cuviper committed Feb 8, 2024
2 parents 3ac8866 + c7f506e commit ede2d2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-num/num-integer"
name = "num-integer"
version = "0.1.45"
version = "0.1.46"
readme = "README.md"
exclude = ["/ci/*", "/.github/*"]
edition = "2018"
Expand Down
13 changes: 13 additions & 0 deletions RELEASES.md
@@ -1,3 +1,16 @@
# Release 0.1.46 (2024-02-07)

- [Upgrade to 2018 edition, **MSRV 1.31**][51]
- [The `Integer::divides` method is now properly deprecated][42],
rather than just documented so.
- [The new `Integer::dec` and `inc` methods change the value by one.][53]

**Contributors**: @aobatact, @cuviper, @hkBst, @MiguelX413

[42]: https://github.com/rust-num/num-integer/pull/42
[51]: https://github.com/rust-num/num-integer/pull/51
[53]: https://github.com/rust-num/num-integer/pull/53

# Release 0.1.45 (2022-04-29)

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

0 comments on commit ede2d2c

Please sign in to comment.