Skip to content

Commit ad4f439

Browse files
committed
Update the changelog for entropyxyz#74 and bump the crate version
1 parent a3c1206 commit ad4f439

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 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] - in development
8+
9+
### Changed
10+
11+
- Bumped `rand-core` to 0.9. ([#74])
12+
13+
14+
[#74]: https://github.com/entropyxyz/crypto-primes/pull/74
15+
16+
717
## [0.6.1] - 2025-02-17
818

919
### Added

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto-primes"
3-
version = "0.6.1"
3+
version = "0.7.0-dev"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
description = "Random prime number generation and primality checking library"
@@ -18,6 +18,7 @@ openssl = { version = "0.10.39", optional = true, features = ["vendored"] }
1818
rug = { version = "1.26", default-features = false, features = ["integer"], optional = true }
1919
glass_pumpkin = { version = "1", optional = true }
2020
rayon = { version = "1", optional = true }
21+
2122
[dev-dependencies]
2223
# need `crypto-bigint` with `alloc` to test `BoxedUint`
2324
crypto-bigint = { version = "0.7.0-pre", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)