Skip to content

Commit

Permalink
Release 0.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 14, 2018
1 parent f44bd0a commit 10e00ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
license = "MIT/Apache-2.0"
name = "num-bigint"
repository = "https://github.com/rust-num/num-bigint"
version = "0.1.43"
version = "0.1.44"
readme = "README.md"

[[bench]]
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.1.44

- [Division with single-digit divisors is now much faster.][42]

**Contributors**: @cuviper

[42]: https://github.com/rust-num/num-bigint/pull/42

# Release 0.1.43

- [The new `BigInt::modpow`][18] performs signed modular exponentiation, using
Expand Down

0 comments on commit 10e00ff

Please sign in to comment.