Skip to content

Commit b1af10e

Browse files
committed
Bump version number, add changes to log
1 parent 770213a commit b1af10e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
This file contains the changes to the crate since version 0.4.8.
22

3+
# 0.8.7
4+
5+
- Speed up `is_prime` by checking fewer witnesses in the Miller-Rabin test.
6+
37
# 0.8.6
48

59
- Fix a bug where the crate would try to sieve numbers below zero for some inputs to `sieve_lt` and `primes_lt` and panic.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "const-primes"
33
authors = ["Johanna Sörngård <jsorngard@gmail.com>"]
4-
version = "0.8.6"
4+
version = "0.8.7"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
keywords = ["const", "primes", "no_std", "prime-numbers"]

0 commit comments

Comments
 (0)