Skip to content

Releases: JSorngard/const-primes

v0.10.3

03 Feb 11:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

02 Jan 22:35
Compare
Choose a tag to compare

What's Changed

Dependency updates

Full Changelog: v0.10.1...v0.10.2

v0.10.1

11 Dec 14:02
Compare
Choose a tag to compare

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

11 Dec 11:53
Compare
Choose a tag to compare

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

29 Nov 13:29
33adf33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.6...v0.9.7

v0.9.6

25 Nov 21:09
Compare
Choose a tag to compare

What's new

  • Correct wrong function name in example code in README.

Full Changelog: v0.9.5...v0.9.6

v0.9.5

23 Nov 11:31
Compare
Choose a tag to compare

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

22 Nov 10:27
Compare
Choose a tag to compare

What's Changed

  • Clarify docs of macros in #82 and #83.

Full Changelog: v0.9.3...v0.9.4

v0.9.3

13 Nov 16:28
254c5f6
Compare
Choose a tag to compare

What's Changed

  • Clarify which crate versions have which MSRVs in #79

Full Changelog: v0.9.2...v0.9.3

v0.9.2

13 Nov 16:21
Compare
Choose a tag to compare

What's Changed

  • Corrected docstrings of the Primes struct as well as its new and default functions.

Full Changelog: v0.9.0...v0.9.2