Skip to content

Commit 22940ca

Browse files
committed
Release 0.4.2
1 parent de57106 commit 22940ca

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", "data-structures", "science" ]
88
license = "MIT OR Apache-2.0"
99
name = "num-bigint"
1010
repository = "https://github.com/rust-num/num-bigint"
11-
version = "0.4.1"
11+
version = "0.4.2"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/bors.toml", "/ci/*", "/.github/*"]

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.4.2 (2021-09-03)
2+
3+
- [Use explicit `Integer::div_ceil` to avoid the new unstable method.][219]
4+
5+
**Contributors**: @catenacyber, @cuviper
6+
7+
[219]: https://github.com/rust-num/num-bigint/pull/219
8+
19
# Release 0.4.1 (2021-08-27)
210

311
- [Fixed scalar divide-by-zero panics.][200]

0 commit comments

Comments
 (0)