From ed15cb4e11d608c9abfecf6e5d48750f102bcfa2 Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:00:44 -0400 Subject: [PATCH] chore(master): Release 0.46.6 --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 25 +++++++++++++++++++++++++ barretenberg/CHANGELOG.md | 12 ++++++++++++ barretenberg/cpp/CMakeLists.txt | 2 +- barretenberg/ts/CHANGELOG.md | 17 +++++++++++++++++ barretenberg/ts/package.json | 2 +- yarn-project/aztec/CHANGELOG.md | 7 +++++++ yarn-project/aztec/package.json | 2 +- 8 files changed, 68 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2c2ea99b3b6..883d93f4b9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.46.5", + ".": "0.46.6", "yarn-project/cli": "0.35.1", - "yarn-project/aztec": "0.46.5", - "barretenberg": "0.46.5", - "barretenberg/ts": "0.46.5" + "yarn-project/aztec": "0.46.6", + "barretenberg": "0.46.6", + "barretenberg/ts": "0.46.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fac95d85cc4..4b7347b40f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.46.6](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.46.5...aztec-packages-v0.46.6) (2024-07-15) + + +### Features + +* Modular CLI + `aztec test` ([#7426](https://github.com/AztecProtocol/aztec-packages/issues/7426)) ([cca2a9b](https://github.com/AztecProtocol/aztec-packages/commit/cca2a9b393f781a2518e7fb6cbb376e4ae6fbd4e)) +* Pass through unencrypted logs to base rollup ([#7457](https://github.com/AztecProtocol/aztec-packages/issues/7457)) ([0381502](https://github.com/AztecProtocol/aztec-packages/commit/03815025a1422e9fd70981ab38cc19d0ee415d80)) + + +### Bug Fixes + +* Add trailing extra arguments for backend in gates_flamegraph ([#7472](https://github.com/AztecProtocol/aztec-packages/issues/7472)) ([66d257b](https://github.com/AztecProtocol/aztec-packages/commit/66d257bdb9121a5663759da5a6363ab1e7cfce07)) +* Aws secrets in docs CI ([#7470](https://github.com/AztecProtocol/aztec-packages/issues/7470)) ([3b2acc7](https://github.com/AztecProtocol/aztec-packages/commit/3b2acc75dd8efbd938cad1d2e8a7e88a41d83afd)) + + +### Miscellaneous + +* **ci:** Recover from earthly bug with --no-cache, build images from registry ([#7462](https://github.com/AztecProtocol/aztec-packages/issues/7462)) ([09299e3](https://github.com/AztecProtocol/aztec-packages/commit/09299e34082047ec0e84ee3229381ff25e3b85e5)) +* Minor link fix ([#7469](https://github.com/AztecProtocol/aztec-packages/issues/7469)) ([fcbc399](https://github.com/AztecProtocol/aztec-packages/commit/fcbc399bb9042d3c88f31bfda14ed3b222a0f1f8)) + + +### Documentation + +* Documenting fields ([#7468](https://github.com/AztecProtocol/aztec-packages/issues/7468)) ([05a11a1](https://github.com/AztecProtocol/aztec-packages/commit/05a11a1c0d2600a7dc561af9c336fab61aaead1a)) + ## [0.46.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.46.4...aztec-packages-v0.46.5) (2024-07-14) diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md index fa798f8ad93..8345b6fc7b5 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.46.6](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.46.5...barretenberg-v0.46.6) (2024-07-15) + + +### Features + +* Modular CLI + `aztec test` ([#7426](https://github.com/AztecProtocol/aztec-packages/issues/7426)) ([cca2a9b](https://github.com/AztecProtocol/aztec-packages/commit/cca2a9b393f781a2518e7fb6cbb376e4ae6fbd4e)) + + +### Miscellaneous + +* **ci:** Recover from earthly bug with --no-cache, build images from registry ([#7462](https://github.com/AztecProtocol/aztec-packages/issues/7462)) ([09299e3](https://github.com/AztecProtocol/aztec-packages/commit/09299e34082047ec0e84ee3229381ff25e3b85e5)) + ## [0.46.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.46.4...barretenberg-v0.46.5) (2024-07-14) diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt index 2782fd668ec..675e96ecd05 100644 --- a/barretenberg/cpp/CMakeLists.txt +++ b/barretenberg/cpp/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR) project( Barretenberg DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover" - VERSION 0.46.5 # x-release-please-version + VERSION 0.46.6 # x-release-please-version LANGUAGES CXX C ) # Insert version into `bb` config file diff --git a/barretenberg/ts/CHANGELOG.md b/barretenberg/ts/CHANGELOG.md index 13c5d95ddc6..9884e7aca17 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.46.6](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.46.5...barretenberg.js-v0.46.6) (2024-07-15) + + +### Features + +* Modular CLI + `aztec test` ([#7426](https://github.com/AztecProtocol/aztec-packages/issues/7426)) ([cca2a9b](https://github.com/AztecProtocol/aztec-packages/commit/cca2a9b393f781a2518e7fb6cbb376e4ae6fbd4e)) + + +### Miscellaneous + +* **ci:** Recover from earthly bug with --no-cache, build images from registry ([#7462](https://github.com/AztecProtocol/aztec-packages/issues/7462)) ([09299e3](https://github.com/AztecProtocol/aztec-packages/commit/09299e34082047ec0e84ee3229381ff25e3b85e5)) + + +### Documentation + +* Documenting fields ([#7468](https://github.com/AztecProtocol/aztec-packages/issues/7468)) ([05a11a1](https://github.com/AztecProtocol/aztec-packages/commit/05a11a1c0d2600a7dc561af9c336fab61aaead1a)) + ## [0.46.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.46.4...barretenberg.js-v0.46.5) (2024-07-14) diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json index edef54296f5..744d1810032 100644 --- a/barretenberg/ts/package.json +++ b/barretenberg/ts/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/bb.js", - "version": "0.46.5", + "version": "0.46.6", "homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts", "license": "MIT", "type": "module", diff --git a/yarn-project/aztec/CHANGELOG.md b/yarn-project/aztec/CHANGELOG.md index 88702ba8546..4c19f6d3c23 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.46.6](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.46.5...aztec-package-v0.46.6) (2024-07-15) + + +### Features + +* Modular CLI + `aztec test` ([#7426](https://github.com/AztecProtocol/aztec-packages/issues/7426)) ([cca2a9b](https://github.com/AztecProtocol/aztec-packages/commit/cca2a9b393f781a2518e7fb6cbb376e4ae6fbd4e)) + ## [0.46.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.46.4...aztec-package-v0.46.5) (2024-07-14) diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index e605a89dd0e..078cbe0bef0 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/aztec", - "version": "0.46.5", + "version": "0.46.6", "type": "module", "exports": { ".": "./dest/index.js"