From 21f5cd31c4fb9155ded4858febda489317f496ce Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 13 Mar 2024 12:29:11 +0100 Subject: [PATCH] Bump to v0.36.0 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6023b14..9029dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.36.0] - 2024-03-13 + ### Added - Add `Hash` struct [#202] +- Add `Error` struct [#202] +- Add `Domain` struct [#202] - Add `From for u64` implementation [#251] +- Add `dusk-safe` dependency [#248] ### Changed - Refactor code with the introduction of SAFE framework [#248] +- Expose `hades::WIDTH` as `HADES_WIDTH` [#248] ### Removed @@ -507,7 +513,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#112]: https://github.com/dusk-network/poseidon252/issues/112 -[Unreleased]: https://github.com/dusk-network/poseidon252/compare/v0.35.0...HEAD +[Unreleased]: https://github.com/dusk-network/poseidon252/compare/v0.36.0...HEAD +[0.36.0]: https://github.com/dusk-network/poseidon252/compare/v0.35.0...v0.36.0 [0.35.0]: https://github.com/dusk-network/poseidon252/compare/v0.34.0...v0.35.0 [0.34.0]: https://github.com/dusk-network/poseidon252/compare/v0.33.0...v0.34.0 [0.33.0]: https://github.com/dusk-network/poseidon252/compare/v0.32.0...v0.33.0 diff --git a/Cargo.toml b/Cargo.toml index 844f18c..1455d43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-poseidon" -version = "0.35.0" +version = "0.36.0" description = "Implementation of Poseidon hash algorithm over the Bls12-381 Scalar field." categories = ["algorithms", "cryptography", "no-std", "wasm"] keywords = ["cryptography", "zero-knowledge", "crypto"]