Skip to content

Commit

Permalink
Merge pull request #221 from dusk-network/release
Browse files Browse the repository at this point in the history
Release core `v0.29.0` and circuits `v0.2.0`
  • Loading branch information
moCello authored Jun 19, 2024
2 parents 165d37c + fddde04 commit b2bc6b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -61,4 +63,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- VERSIONS -->
[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
2 changes: 1 addition & 1 deletion circuits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 4 additions & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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

<!-- VERSIONS -->
[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
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b2bc6b5

Please sign in to comment.