Skip to content

Commit 8b478bd

Browse files
committed
v0.7.0-pre.3 released
1 parent e40adf5 commit 8b478bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66

7+
## [0.7.0-pre.3] - 2025-09-13
8+
9+
### Fixed
10+
11+
- Fixed docs.rs build.
12+
13+
714
## [0.7.0-pre.2] - 2025-09-12
815

916
### Changed
@@ -267,3 +274,4 @@ Initial release.
267274
[0.7.0-pre.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.0
268275
[0.7.0-pre.1]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.1
269276
[0.7.0-pre.2]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.2
277+
[0.7.0-pre.3]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto-primes"
3-
version = "0.7.0-pre.2"
3+
version = "0.7.0-pre.3"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66
description = "Random prime number generation and primality checking library"

0 commit comments

Comments
 (0)