Skip to content

Commit 1f72969

Browse files
committed
Bump version number and add version info to changelog
1 parent 27e2cba commit 1f72969

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.6
4+
5+
- Fixed a bug where the crate would try to sieve numbers below zero for some inputs to `sieve_lt` and `primes_lt` and panic.
6+
37
# 0.8.5
48

59
- Add the `const_assert` feature that changes all panics that only involve const generics into compile errors.

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.5"
4+
version = "0.8.6"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
keywords = ["const", "primes", "no_std", "prime-numbers"]

0 commit comments

Comments
 (0)