Skip to content

Commit dee9a82

Browse files
committed
Release 0.1.45
1 parent 4ebb39d commit dee9a82

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.44"
11+
version = "0.1.45"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/bors.toml", "/ci/*", "/.github/*"]

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release 0.1.45 (2022-04-29)
2+
3+
- [`Integer::is_multiple_of` now handles a 0 argument without panicking][47]
4+
for primitive integers.
5+
6+
**Contributors**: @cuviper, @WizardOfMenlo
7+
8+
[47]: https://github.com/rust-num/num-integer/pull/47
9+
110
# Release 0.1.44 (2020-10-29)
211

312
- [The "i128" feature now bypasses compiler probing][35]. The build script

0 commit comments

Comments
 (0)