Skip to content

Commit cc05da6

Browse files
bors[bot]cuviper
andauthored
Merge #34
34: Release 0.1.43 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 967dcdb + d7d7b19 commit cc05da6

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/Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
11-
version = "0.1.42"
11+
version = "0.1.43"
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.43 (2020-06-11)
2+
3+
- [The new `Average` trait][31] computes fast integer averages, rounded up or
4+
down, without any risk of overflow.
5+
6+
**Contributors**: @althonos, @cuviper
7+
8+
[31]: https://github.com/rust-num/num-integer/pull/31
9+
110
# Release 0.1.42 (2020-01-09)
211

312
- [Updated the `autocfg` build dependency to 1.0][29].

0 commit comments

Comments
 (0)