From 90c3a4fd82a9e101842bed25ab82d33c8f9f9627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Fri, 31 May 2024 06:24:00 +0200 Subject: [PATCH] Bump version number and add changes to log --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367d38c..0faceb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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::prime_factors`. + # 0.7.3 - Add `Primes::prime_factors` function that returns an iterator over the prime factors of the given number (and not their multiplicities). diff --git a/Cargo.toml b/Cargo.toml index f22dab8..bf9752c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "const-primes" authors = ["Johanna Sörngård "] -version = "0.7.3" +version = "0.7.4" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["const", "primes"]