Skip to content

Commit 6b069b6

Browse files
committed
v0.5.0 released
1 parent 9092180 commit 6b069b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## Unreleased
7+
## [0.5.0] - 2023-08-20
88

99
### Changed
1010

@@ -112,3 +112,4 @@ Initial release.
112112
[0.3.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.3.0
113113
[0.4.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.0
114114
[0.4.1]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.1
115+
[0.5.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto-primes"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
description = "Random prime number generation and primality checking library"

0 commit comments

Comments
 (0)