Skip to content

Commit

Permalink
v0.5.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Aug 21, 2023
1 parent 9092180 commit 6b069b6
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).


## Unreleased
## [0.5.0] - 2023-08-20

### Changed

Expand Down Expand Up @@ -112,3 +112,4 @@ Initial release.
[0.3.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.3.0
[0.4.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.0
[0.4.1]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.1
[0.5.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.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.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Random prime number generation and primality checking library"
Expand Down

0 comments on commit 6b069b6

Please sign in to comment.