Skip to content

Commit

Permalink
Bump version number and add version info to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jun 17, 2024
1 parent 27e2cba commit 1f72969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file contains the changes to the crate since version 0.4.8.

# 0.8.6

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

# 0.8.5

- Add the `const_assert` feature that changes all panics that only involve const generics into compile errors.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "const-primes"
authors = ["Johanna Sörngård <jsorngard@gmail.com>"]
version = "0.8.5"
version = "0.8.6"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["const", "primes", "no_std", "prime-numbers"]
Expand Down

0 comments on commit 1f72969

Please sign in to comment.