Skip to content

Commit

Permalink
Bump to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Sep 13, 2024
1 parent 9181173 commit 95fb829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2 (2024-09-13)

* Reimplement `Seed` without `generic-array`.

## 0.1.3 (2024-09-12)

* Refactor to remove direct dependency on `generic-array`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Implementation of the RNG used to produce the KATs in NIST PQC co
authors = ["Sebastian Ramacher <[email protected]>"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ait-crypto/nist-pqc-seeded-rng"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
rust-version = "1.70"
categories = ["cryptography", "no-std"]
Expand Down

0 comments on commit 95fb829

Please sign in to comment.