Skip to content

Commit

Permalink
Merge pull request #227 from dusk-network/release
Browse files Browse the repository at this point in the history
Release: core v0.30.0, circuits v0.2.1
  • Loading branch information
moCello authored Jul 3, 2024
2 parents ab1c340 + 1801eca commit f4a8109
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion 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.1] - 2024-07-03

### Changed

- Make `TxInputNote` fields public
Expand Down Expand Up @@ -66,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#169]: https://github.com/dusk-network/phoenix/issues/169

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/phoenix/compare/circuits_v0.1.0...HEAD
[Unreleased]: https://github.com/dusk-network/phoenix/compare/circuits_v0.2.1...HEAD
[0.2.1]: https://github.com/dusk-network/phoenix/compare/circuits_v0.2.0...circuits_v0.2.1
[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
4 changes: 2 additions & 2 deletions circuits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-circuits"
version = "0.2.1-rc.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/dusk-network/phoenix/circuits"
description = "Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
Expand All @@ -10,7 +10,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
phoenix-core = { version = "0.30.0-rc", default-features = false, path = "../core" }
phoenix-core = { version = "0.30", default-features = false, path = "../core" }
dusk-plonk = { version = "0.19", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false }
poseidon-merkle = { version = "0.6", features = ["rkyv-impl", "zk", "size_32"] }
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.30.0] - 2024-07-03

### Added

- Add `Sender` struct [#222]
Expand Down Expand Up @@ -398,7 +400,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.29.0...HEAD
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.30.0...HEAD
[0.30.0]: https://github.com/dusk-network/phoenix/compare/v0.29.0...v0.30.0
[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
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.30.0-rc.0"
version = "0.30.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 f4a8109

Please sign in to comment.