Skip to content

Commit

Permalink
v0.6.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 29, 2025
1 parent cdf9a14 commit 487d7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 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).


## Unreleased
## [0.6.0] - 2025-01-29

### Changed

Expand Down Expand Up @@ -182,3 +182,5 @@ Initial release.
[0.5.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.5.0
[0.6.0-pre.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.6.0-pre.0
[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
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.0-pre.2"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Random prime number generation and primality checking library"
Expand Down

0 comments on commit 487d7e7

Please sign in to comment.