Skip to content

Commit

Permalink
circuits: Bump to v0.2.0
Browse files Browse the repository at this point in the history
moCello committed Jun 19, 2024
1 parent c241847 commit fddde04
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

<!-- 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"

0 comments on commit fddde04

Please sign in to comment.