File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.0] - 2025-02-07
11
+
10
12
### Changed
11
13
12
14
- 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
141
143
[ #169 ] : https://github.com/dusk-network/phoenix/issues/169
142
144
143
145
<!-- 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
145
148
[ 0.5.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.4.0...circuits_v0.5.0
146
149
[ 0.4.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.3.0...circuits_v0.4.0
147
150
[ 0.3.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.2.1...circuits_v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phoenix-circuits"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
edition = " 2021"
5
5
repository = " https://github.com/dusk-network/phoenix/circuits"
6
6
description = " Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
@@ -11,7 +11,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
11
11
12
12
[dependencies ]
13
13
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" }
15
15
dusk-bls12_381 = { version = " 0.14" , default-features = false }
16
16
dusk-jubjub = { version = " 0.15" , default-features = false }
17
17
poseidon-merkle = " 0.8"
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.34.0] - 2024-02-07
11
+
10
12
### Changed
11
13
12
14
- 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
461
463
[ #61 ] : https://github.com/dusk-network/phoenix/issues/61
462
464
463
465
<!-- 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
465
468
[ 0.33.1 ] : https://github.com/dusk-network/phoenix/compare/v0.33.0...v0.33.1
466
469
[ 0.33.0 ] : https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.33.0
467
470
[ 0.32.0 ] : https://github.com/dusk-network/phoenix/compare/v0.31.0...v0.32.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phoenix-core"
3
- version = " 0.33.1 "
3
+ version = " 0.34.0 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/dusk-network/phoenix/core"
6
6
description = " Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"
You can’t perform that action at this time.
0 commit comments