Skip to content

Commit 92384ce

Browse files
authored
chore(master): Release 0.40.1 (#6398)
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.40.1</summary> ## [0.40.1](aztec-package-v0.40.0...aztec-package-v0.40.1) (2024-05-14) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.40.1</summary> ## [0.40.1](barretenberg.js-v0.40.0...barretenberg.js-v0.40.1) (2024-05-14) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.40.1</summary> ## [0.40.1](aztec-packages-v0.40.0...aztec-packages-v0.40.1) (2024-05-14) ### Bug Fixes * **avm-simulator:** Unencrypted logs hash mismatch in kernel ([#6399](#6399)) ([35645e4](35645e4)) * **avm-transpiler:** Fix cast to u1 ([#6402](#6402)) ([16ab1f7](16ab1f7)) * **unconstrained:** Add missing debugLog oracle ([#6397](#6397)) ([87eb8ab](87eb8ab)) </details> <details><summary>barretenberg: 0.40.1</summary> ## [0.40.1](barretenberg-v0.40.0...barretenberg-v0.40.1) (2024-05-14) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 89210d5 commit 92384ce

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

barretenberg/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

barretenberg/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
66
project(
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

barretenberg/ts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

barretenberg/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

yarn-project/aztec/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

yarn-project/aztec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aztec/aztec",
3-
"version": "0.40.0",
3+
"version": "0.40.1",
44
"type": "module",
55
"exports": {
66
".": "./dest/index.js"

0 commit comments

Comments
 (0)