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.3.0] - 2024-08-14
11
+
10
12
### Removed
11
13
12
14
- Delete ` TxInputNoteWitness ` struct [ #229 ]
@@ -105,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
107
[ #169 ] : https://github.com/dusk-network/phoenix/issues/169
106
108
107
109
<!-- VERSIONS -->
108
- [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.2.1...HEAD
110
+ [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.3.0...HEAD
111
+ [ 0.3.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.2.1...circuits_v0.3.0
109
112
[ 0.2.1 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.2.0...circuits_v0.2.1
110
113
[ 0.2.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.1.0...circuits_v0.2.0
111
114
[ 0.1.0 ] : https://github.com/dusk-network/phoenix/releases/tag/circuits_v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phoenix-circuits"
3
- version = " 0.3.0-rc.0 "
3
+ version = " 0.3.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.31.0-rc.0 " , default-features = false , path = " ../core" }
14
+ phoenix-core = { version = " 0.31" , default-features = false , path = " ../core" }
15
15
dusk-bls12_381 = { version = " 0.13" , default-features = false }
16
16
dusk-jubjub = { version = " 0.14" , default-features = false }
17
17
poseidon-merkle = { version = " 0.6" }
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.31.0] - 2024-08-14
11
+
10
12
### Added
11
13
12
14
- impl ` Eq ` for ` StealthAddress `
@@ -414,7 +416,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
414
416
[ #61 ] : https://github.com/dusk-network/phoenix/issues/61
415
417
416
418
<!-- VERSIONS -->
417
- [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/v0.30.0...HEAD
419
+ [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/v0.31.0...HEAD
420
+ [ 0.31.0 ] : https://github.com/dusk-network/phoenix/compare/v0.30.0...v0.31.0
418
421
[ 0.30.0 ] : https://github.com/dusk-network/phoenix/compare/v0.29.0...v0.30.0
419
422
[ 0.29.0 ] : https://github.com/dusk-network/phoenix/compare/v0.28.1...v0.29.0
420
423
[ 0.28.1 ] : https://github.com/dusk-network/phoenix/compare/v0.28.0...v0.28.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phoenix-core"
3
- version = " 0.31.0-rc.0 "
3
+ version = " 0.31.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