From a9bf523385e09955902548516d90c5b476b2b7b2 Mon Sep 17 00:00:00 2001 From: Neotamandua <107320179+Neotamandua@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:45:43 +0200 Subject: [PATCH] core: Bump to v0.32.1 --- core/CHANGELOG.md | 13 ++++++++----- core/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 2d75cf3..f35f0e3 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.32.1] - 2024-12-17 + ### Added - Add jubjub-elgamal dependency [#255] @@ -15,15 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `serde`, `bs58`, `base64`, `hex` and `serde_json` optional dependencies [#258] - Add `serde` feature [#258] -### Removed - -- Remove elgamal encryption module [#255] - ### Changed - Call `gen_note_sk` in `SecretKey::owns` to avoid code duplication [#246] - `ViewKey` now checks both `a` and `B` in `ct_eq()` +### Removed + +- Remove elgamal encryption module [#255] + ## [0.32.0] - 2024-08-14 ### Changed @@ -442,7 +444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#61]: https://github.com/dusk-network/phoenix/issues/61 -[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.32.0...HEAD +[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.32.1...HEAD +[0.32.1]: https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.32.1 [0.32.0]: https://github.com/dusk-network/phoenix/compare/v0.31.0...v0.32.0 [0.31.0]: https://github.com/dusk-network/phoenix/compare/v0.30.0...v0.31.0 [0.30.0]: https://github.com/dusk-network/phoenix/compare/v0.29.0...v0.30.0 diff --git a/core/Cargo.toml b/core/Cargo.toml index 3defa78..402b753 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.32.0" +version = "0.32.1" edition = "2021" repository = "https://github.com/dusk-network/phoenix/core" description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"