From c2418479394d542a005a9e15679c5eb13a4edb74 Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 19 Jun 2024 17:22:20 +0200 Subject: [PATCH 1/2] core: Bump to v0.29.0 --- core/CHANGELOG.md | 5 ++++- core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e15927f..74cf2eb 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.29.0] - 2024-06-19 + ### Added - Add `encrypt_sender` function to encrypt the sender with the npk [#214] @@ -387,7 +389,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.28.1...HEAD +[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.29.0...HEAD +[0.29.0]: https://github.com/dusk-network/phoenix/compare/v0.28.1...v0.29.0 [0.28.1]: https://github.com/dusk-network/phoenix/compare/v0.28.0...v0.28.1 [0.28.0]: https://github.com/dusk-network/phoenix/compare/v0.27.0...v0.28.0 [0.27.0]: https://github.com/dusk-network/phoenix/compare/v0.26.0...v0.27.0 diff --git a/core/Cargo.toml b/core/Cargo.toml index 1ab742b..62d000b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.29.0-rc.3" +version = "0.29.0" edition = "2021" repository = "https://github.com/dusk-network/phoenix/core" description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model" From fddde047f19ee2d634554538130c112ae905eea9 Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 19 Jun 2024 17:24:49 +0200 Subject: [PATCH 2/2] circuits: Bump to v0.2.0 --- circuits/CHANGELOG.md | 3 +++ circuits/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/circuits/CHANGELOG.md b/circuits/CHANGELOG.md index 62ec516..206152d 100644 --- a/circuits/CHANGELOG.md +++ b/circuits/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-06-19 + ### Added - Add Recipient gadget [#197] @@ -61,4 +63,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/dusk-network/phoenix/compare/circuits_v0.1.0...HEAD +[0.2.0]: https://github.com/dusk-network/phoenix/compare/circuits_v0.1.0...circuits_v0.2.0 [0.1.0]: https://github.com/dusk-network/phoenix/releases/tag/circuits_v0.1.0 diff --git a/circuits/Cargo.toml b/circuits/Cargo.toml index f31df1f..955de96 100644 --- a/circuits/Cargo.toml +++ b/circuits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-circuits" -version = "0.2.0-rc.3" +version = "0.2.0" edition = "2021" repository = "https://github.com/dusk-network/phoenix/circuits" description = "Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"