Releases: JSorngard/const-primes
Releases · JSorngard/const-primes
v0.10.3
What's Changed
- Add information about the MSRV bump when enabling the
fast_test
feature by @JSorngard in #117 - Replace match with let ... else where applicable by @JSorngard in #102
- Bump serde_json from 1.0.134 to 1.0.137 by @dependabot in #103 and #104
- Clearer CI job step names by @JSorngard in #105
- Add MSRV verification CI job by @JSorngard in #107
- Add semver-checks CI job by @JSorngard in #108
cargo update
by @JSorngard in #106- Bump machine-prime from 1.5.2 to 1.5.5 by @dependabot in #110 and #114
- Add CI job to test the crate on the Rust beta branch by @JSorngard in #111
- Bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #113
- Bump rand from 0.8.5 to 0.9.0 by @dependabot in #112
- Use non-deprecated rng generation function by @JSorngard in #115
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- Re-add the
fast_test
feature, by @JSorngard in #101. - Use
taiki_e/install_action
to install dev tools in CI, by @JSorngard in #100.
Dependency updates
- Bump serde from 1.0.215 to 1.0.217 by @dependabot in #95 and #99.
- Bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #96.
- Bump zerocopy from 0.8.13 to 0.8.14 by @dependabot in #98.
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's changed
- Removed reference to removed feature from the docstring of
is_prime
;
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's changed
- Removed the
fast_test
feature as it could cause non-additive features to enter the dependency tree.
Full Changelog: v0.9.7...v0.10.0
v0.9.7
What's Changed
- Added the
fast_test
feature that makes theis_prime
function significantly faster by calling out to themachine-prime
crate by @JASory in #84 and @JSorngard in #86, #87 and #88.
Full Changelog: v0.9.6...v0.9.7
v0.9.6
v0.9.5
What's changed
- Set the
rust-version
field to 1.81.0.
This is not an MSRV guarantee for the future. If we don't set this field crates.io auto-sets it to 1.56.0 which is too old to compile the crate.
Full Changelog: v0.9.4...v0.9.5
v0.9.4
v0.9.3
v0.9.2
What's Changed
- Corrected docstrings of the
Primes
struct as well as itsnew
anddefault
functions.
Full Changelog: v0.9.0...v0.9.2