Skip to content

Commit

Permalink
Bump to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Sep 12, 2024
1 parent 817e473 commit 33aed30
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.1.3 (2024-09-12)

* Refactor to remove direct dependency on `generic-array`.

## 0.1.2 (2024-07-16)

* Provide convenience `TryFrom` and `From` implementation for byte slices and byte arrays.
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.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.70"
categories = ["cryptography", "no-std"]
Expand Down

0 comments on commit 33aed30

Please sign in to comment.