Skip to content

Commit

Permalink
Bump verison number and upate log
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Nov 13, 2024
1 parent 2a1ff9a commit bfe5e0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This file contains the changes to the crate since version 0.4.8.

## Unreleased
## 0.9.1

- Correct docstring of `Primes<N>::default`.

## 0.9.0

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9.0"
version = "0.9.1"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["const", "primes", "no_std", "prime-numbers"]
Expand Down

0 comments on commit bfe5e0f

Please sign in to comment.