Skip to content

Commit b70250c

Browse files
committed
v0.4.0 released
1 parent 0c3c93c commit b70250c

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-
## [0.4.0] - Unreleased
7+
## [0.4.0] - 2023-06-28
88

99
### Changed
1010

@@ -88,3 +88,4 @@ Initial release.
8888
[0.1.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.1.0
8989
[0.2.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.2.0
9090
[0.3.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.3.0
91+
[0.4.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.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.3.0"
3+
version = "0.4.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)