Skip to content

Commit 41b60a9

Browse files
committed
v0.7.0-pre.6 released
1 parent 3af2a0e commit 41b60a9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.6] - 2026-01-12
8+
9+
### Changed
10+
11+
- Bumped `crypto-bigint` dependency to 0.7.0-rc.16. ([#106])
12+
13+
14+
[#106]: https://github.com/entropyxyz/crypto-primes/pull/106
15+
16+
717
## [0.7.0-pre.5] - 2026-01-03
818

919
### Changed
@@ -306,3 +316,4 @@ Initial release.
306316
[0.7.0-pre.3]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.3
307317
[0.7.0-pre.4]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.4
308318
[0.7.0-pre.5]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.5
319+
[0.7.0-pre.6]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.7.0-pre.6

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.5"
3+
version = "0.7.0-pre.6"
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)