Skip to content

Commit

Permalink
Bump version number and add changes to log
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed May 31, 2024
1 parent 4bb6650 commit 90c3a4f
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.7.4

- Correct wrong doclink to `remainder` in docstring of `Primes<N>::prime_factors`.

# 0.7.3

- Add `Primes<N>::prime_factors` function that returns an iterator over the prime factors of the given number (and not their multiplicities).
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.7.3"
version = "0.7.4"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["const", "primes"]
Expand Down

0 comments on commit 90c3a4f

Please sign in to comment.