Skip to content

Commit 6c8442b

Browse files
committed
Release 0.3.3
1 parent 3affee9 commit 6c8442b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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", "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.3.2"
11+
version = "0.3.3"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/bors.toml", "/ci/*", "/.github/*"]

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.3.3 (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.3.2 (2021-03-04)
210

311
- [The new `BigUint` methods `count_ones` and `trailing_ones`][175] return the

0 commit comments

Comments
 (0)