diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c47ce8..d6298f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.3 (2025-01-09) + +* Update itertools to 0.14. +* Fix clippy warnings. + ## 0.1.2 (2024-12-14) * Fix debug assertions. diff --git a/Cargo.toml b/Cargo.toml index 22bdc5b..0cc741f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "faest" description = "Pure Rust implementation of the FAEST post-quantum secure digital signature scheme" -version = "0.1.2" +version = "0.1.3" authors = [ "Sebastian Ramacher ", "Clément Naves ",