Skip to content

Commit

Permalink
v0.6.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Feb 17, 2025
1 parent 44e4901 commit 63c2e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.6.1] - in development
## [0.6.1] - 2025-02-17

### Added

Expand Down Expand Up @@ -194,3 +194,4 @@ Initial release.
[0.6.0-pre.1]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.6.0-pre.1
[0.6.0-pre.2]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.6.0-pre.2
[0.6.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.6.0
[0.6.1]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.6.1
2 changes: 1 addition & 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-dev"
version = "0.6.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Random prime number generation and primality checking library"
Expand Down

0 comments on commit 63c2e83

Please sign in to comment.