Skip to content

Commit

Permalink
Update the changelog for entropyxyz#74 and bump the crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Feb 18, 2025
1 parent a3c1206 commit ad4f439
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.7.0] - in development

### Changed

- Bumped `rand-core` to 0.9. ([#74])


[#74]: https://github.com/entropyxyz/crypto-primes/pull/74


## [0.6.1] - 2025-02-17

### Added
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto-primes"
version = "0.6.1"
version = "0.7.0-dev"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Random prime number generation and primality checking library"
Expand All @@ -18,6 +18,7 @@ openssl = { version = "0.10.39", optional = true, features = ["vendored"] }
rug = { version = "1.26", default-features = false, features = ["integer"], optional = true }
glass_pumpkin = { version = "1", optional = true }
rayon = { version = "1", optional = true }

[dev-dependencies]
# need `crypto-bigint` with `alloc` to test `BoxedUint`
crypto-bigint = { version = "0.7.0-pre", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit ad4f439

Please # to comment.