File tree 8 files changed +42
-7
lines changed
8 files changed +42
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.67.0 " ,
2
+ "." : " 0.67.1 " ,
3
3
"yarn-project/cli" : " 0.35.1" ,
4
- "yarn-project/aztec" : " 0.67.0 " ,
5
- "barretenberg" : " 0.67.0 " ,
6
- "barretenberg/ts" : " 0.67.0 "
4
+ "yarn-project/aztec" : " 0.67.1 " ,
5
+ "barretenberg" : " 0.67.1 " ,
6
+ "barretenberg/ts" : " 0.67.1 "
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [0.67.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.67.0...aztec-packages-v0.67.1) (2024-12-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * Json output for get-node-info ([d4ada0f](https://github.com/AztecProtocol/aztec-packages/commit/d4ada0ff1a01b160548dfba5284f8072f5641a54))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Don't add existing validators ([#10718](https://github.com/AztecProtocol/aztec-packages/issues/10718)) ([da8d7ab](https://github.com/AztecProtocol/aztec-packages/commit/da8d7ab48538bba692851f0126d28ac939d1e2fd))
14
+ * Dont redeploy deployer ([#10706](https://github.com/AztecProtocol/aztec-packages/issues/10706)) ([b9de965](https://github.com/AztecProtocol/aztec-packages/commit/b9de9652f6b70c5127c7f2386677493dd3eaa099))
15
+ * There is no rough-rhino npm package ([#10721](https://github.com/AztecProtocol/aztec-packages/issues/10721)) ([d20b1b4](https://github.com/AztecProtocol/aztec-packages/commit/d20b1b46d9c657fc228ce4fc4ae25f03bfa7f9ab))
16
+
3
17
## [0.67.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.66.0...aztec-packages-v0.67.0) (2024-12-13)
4
18
5
19
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.67.1] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.67.0...barretenberg-v0.67.1 ) (2024-12-16)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * ** barretenberg:** Synchronize aztec-packages versions
9
+
3
10
## [ 0.67.0] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.66.0...barretenberg-v0.67.0 ) (2024-12-13)
4
11
5
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
6
6
project (
7
7
Barretenberg
8
8
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
9
- VERSION 0.67.0 # x-release-please-version
9
+ VERSION 0.67.1 # x-release-please-version
10
10
LANGUAGES CXX C
11
11
)
12
12
# Insert version into `bb` config file
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.67.1] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.67.0...barretenberg.js-v0.67.1 ) (2024-12-16)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * ** barretenberg.js:** Synchronize aztec-packages versions
9
+
3
10
## [ 0.67.0] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.66.0...barretenberg.js-v0.67.0 ) (2024-12-13)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aztec/bb.js" ,
3
3
"packageManager" : " yarn@1.22.22" ,
4
- "version" : " 0.67.0 " ,
4
+ "version" : " 0.67.1 " ,
5
5
"homepage" : " https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts" ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.67.1] ( https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.67.0...aztec-package-v0.67.1 ) (2024-12-16)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * ** aztec-package:** Synchronize aztec-packages versions
9
+
3
10
## [ 0.67.0] ( https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.66.0...aztec-package-v0.67.0 ) (2024-12-13)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aztec/aztec" ,
3
- "version" : " 0.67.0 " ,
3
+ "version" : " 0.67.1 " ,
4
4
"type" : " module" ,
5
5
"exports" : {
6
6
"." : " ./dest/index.js"
You can’t perform that action at this time.
0 commit comments