Skip to content

Commit 1b17333

Browse files
authored
Merge pull request #270 from dusk-network/release
Release core `0.34.0` and circuits `0.6.0`Release
2 parents d09f838 + 720869c commit 1b17333

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

circuits/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2025-02-07
11+
1012
### Changed
1113

1214
- Update `dusk-bls12_381` to v0.14
@@ -141,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141143
[#169]: https://github.com/dusk-network/phoenix/issues/169
142144

143145
<!-- VERSIONS -->
144-
[Unreleased]: https://github.com/dusk-network/phoenix/compare/circuits_v0.5.0...HEAD
146+
[Unreleased]: https://github.com/dusk-network/phoenix/compare/circuits_v0.6.0...HEAD
147+
[0.6.0]: https://github.com/dusk-network/phoenix/compare/circuits_v0.5.0...circuits_v0.6.0
145148
[0.5.0]: https://github.com/dusk-network/phoenix/compare/circuits_v0.4.0...circuits_v0.5.0
146149
[0.4.0]: https://github.com/dusk-network/phoenix/compare/circuits_v0.3.0...circuits_v0.4.0
147150
[0.3.0]: https://github.com/dusk-network/phoenix/compare/circuits_v0.2.1...circuits_v0.3.0

circuits/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phoenix-circuits"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
repository = "https://github.com/dusk-network/phoenix/circuits"
66
description = "Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
@@ -11,7 +11,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
1111

1212
[dependencies]
1313
dusk-bytes = "0.1"
14-
phoenix-core = { version = "0.33", default-features = false, path = "../core" }
14+
phoenix-core = { version = "0.34", default-features = false, path = "../core" }
1515
dusk-bls12_381 = { version = "0.14", default-features = false }
1616
dusk-jubjub = { version = "0.15", default-features = false }
1717
poseidon-merkle = "0.8"

core/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.34.0] - 2024-02-07
11+
1012
### Changed
1113

1214
- Removed suffix 'n' in serde serialization & deserialization of `u64`
@@ -461,7 +463,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
461463
[#61]: https://github.com/dusk-network/phoenix/issues/61
462464

463465
<!-- VERSIONS -->
464-
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.33.1...HEAD
466+
[Unreleased]: https://github.com/dusk-network/phoenix/compare/v0.34.0...HEAD
467+
[0.34.0]: https://github.com/dusk-network/phoenix/compare/v0.33.1...v0.34.0
465468
[0.33.1]: https://github.com/dusk-network/phoenix/compare/v0.33.0...v0.33.1
466469
[0.33.0]: https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.33.0
467470
[0.32.0]: https://github.com/dusk-network/phoenix/compare/v0.31.0...v0.32.0

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phoenix-core"
3-
version = "0.33.1"
3+
version = "0.34.0"
44
edition = "2021"
55
repository = "https://github.com/dusk-network/phoenix/core"
66
description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"

0 commit comments

Comments
 (0)