File tree Expand file tree Collapse file tree 8 files changed +37
-7
lines changed
Expand file tree Collapse file tree 8 files changed +37
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.40.0 " ,
2+ "." : " 0.40.1 " ,
33 "yarn-project/cli" : " 0.35.1" ,
4- "yarn-project/aztec" : " 0.40.0 " ,
5- "barretenberg" : " 0.40.0 " ,
6- "barretenberg/ts" : " 0.40.0 "
4+ "yarn-project/aztec" : " 0.40.1 " ,
5+ "barretenberg" : " 0.40.1 " ,
6+ "barretenberg/ts" : " 0.40.1 "
77}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [0.40.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.40.0...aztec-packages-v0.40.1) (2024-05-14)
4+
5+
6+ ### Bug Fixes
7+
8+ * **avm-simulator:** Unencrypted logs hash mismatch in kernel ([#6399](https://github.com/AztecProtocol/aztec-packages/issues/6399)) ([35645e4](https://github.com/AztecProtocol/aztec-packages/commit/35645e4c8b06ad78bb3078559a2d68d4dff70a73))
9+ * **avm-transpiler:** Fix cast to u1 ([#6402](https://github.com/AztecProtocol/aztec-packages/issues/6402)) ([16ab1f7](https://github.com/AztecProtocol/aztec-packages/commit/16ab1f70752a4b167667a338d8c3e215a6554002))
10+ * **unconstrained:** Add missing debugLog oracle ([#6397](https://github.com/AztecProtocol/aztec-packages/issues/6397)) ([87eb8ab](https://github.com/AztecProtocol/aztec-packages/commit/87eb8abf325385ced21be9c6e8029eea0a699570))
11+
312## [0.40.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.39.0...aztec-packages-v0.40.0) (2024-05-14)
413
514
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.40.1] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.40.0...barretenberg-v0.40.1 ) (2024-05-14)
4+
5+
6+ ### Miscellaneous
7+
8+ * ** barretenberg:** Synchronize aztec-packages versions
9+
310## [ 0.40.0] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.39.0...barretenberg-v0.40.0 ) (2024-05-14)
411
512
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
66project (
77 Barretenberg
88 DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
9- VERSION 0.40.0 # x-release-please-version
9+ VERSION 0.40.1 # x-release-please-version
1010 LANGUAGES CXX C
1111)
1212# Insert version into `bb` config file
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.40.1] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.40.0...barretenberg.js-v0.40.1 ) (2024-05-14)
4+
5+
6+ ### Miscellaneous
7+
8+ * ** barretenberg.js:** Synchronize aztec-packages versions
9+
310## [ 0.40.0] ( https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.39.0...barretenberg.js-v0.40.0 ) (2024-05-14)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @aztec/bb.js" ,
3- "version" : " 0.40.0 " ,
3+ "version" : " 0.40.1 " ,
44 "homepage" : " https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.40.1] ( https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.40.0...aztec-package-v0.40.1 ) (2024-05-14)
4+
5+
6+ ### Miscellaneous
7+
8+ * ** aztec-package:** Synchronize aztec-packages versions
9+
310## [ 0.40.0] ( https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.39.0...aztec-package-v0.40.0 ) (2024-05-14)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @aztec/aztec" ,
3- "version" : " 0.40.0 " ,
3+ "version" : " 0.40.1 " ,
44 "type" : " module" ,
55 "exports" : {
66 "." : " ./dest/index.js"
You can’t perform that action at this time.
0 commit comments