From fcb100bc42fd22e5085925d3dca31f4eac99600a Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:23:39 -0400 Subject: [PATCH] chore(master): Release 0.48.1 --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 20 ++++++++++++++++++++ barretenberg/CHANGELOG.md | 7 +++++++ barretenberg/cpp/CMakeLists.txt | 2 +- barretenberg/ts/CHANGELOG.md | 7 +++++++ barretenberg/ts/package.json | 2 +- yarn-project/aztec/CHANGELOG.md | 7 +++++++ yarn-project/aztec/package.json | 2 +- 8 files changed, 48 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e54f10712b60..13a9610240e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.48.0", + ".": "0.48.1", "yarn-project/cli": "0.35.1", - "yarn-project/aztec": "0.48.0", - "barretenberg": "0.48.0", - "barretenberg/ts": "0.48.0" + "yarn-project/aztec": "0.48.1", + "barretenberg": "0.48.1", + "barretenberg/ts": "0.48.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03730ce529e1..df31bb6b3380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.48.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.48.0...aztec-packages-v0.48.1) (2024-08-13) + + +### Features + +* Enable UltraHonk verifier ([#7923](https://github.com/AztecProtocol/aztec-packages/issues/7923)) ([5e8b4a8](https://github.com/AztecProtocol/aztec-packages/commit/5e8b4a80b8b65d8b5563c9487d33e5aa3d837a2d)), closes [#7373](https://github.com/AztecProtocol/aztec-packages/issues/7373) + + +### Bug Fixes + +* Allow txs on block zero ([#7928](https://github.com/AztecProtocol/aztec-packages/issues/7928)) ([5e25cd6](https://github.com/AztecProtocol/aztec-packages/commit/5e25cd688b7a2ce23d693c26ec9d2c1bd7fcb764)) +* Only record bytecode if >0 ([#7932](https://github.com/AztecProtocol/aztec-packages/issues/7932)) ([3f145b3](https://github.com/AztecProtocol/aztec-packages/commit/3f145b386bc59b76ec6f65173de06289d8c17c0e)) +* Track L1 block for last L2 block body retrieved ([#7927](https://github.com/AztecProtocol/aztec-packages/issues/7927)) ([cd36be4](https://github.com/AztecProtocol/aztec-packages/commit/cd36be499911cc683480723792c16b3506a83c9d)), closes [#7918](https://github.com/AztecProtocol/aztec-packages/issues/7918) + + +### Miscellaneous + +* Move siloing to reset ([#7871](https://github.com/AztecProtocol/aztec-packages/issues/7871)) ([014b5f0](https://github.com/AztecProtocol/aztec-packages/commit/014b5f03f720e8f56199ec0b1c34694bd0e100e1)) +* Replace relative paths to noir-protocol-circuits ([54c4441](https://github.com/AztecProtocol/aztec-packages/commit/54c44416272d87035d024acc9635ef0d515356ca)) + ## [0.48.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.47.1...aztec-packages-v0.48.0) (2024-08-12) diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md index f3efa2a7e4ec..f5501cd5c751 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.48.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.48.0...barretenberg-v0.48.1) (2024-08-13) + + +### Miscellaneous + +* **barretenberg:** Synchronize aztec-packages versions + ## [0.48.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.47.1...barretenberg-v0.48.0) (2024-08-12) diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt index 4bd8ddd3d8d9..b872efd21d15 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.48.0 # x-release-please-version + VERSION 0.48.1 # 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 a07ca302f7f1..16c23ca28d6b 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.48.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.48.0...barretenberg.js-v0.48.1) (2024-08-13) + + +### Miscellaneous + +* **barretenberg.js:** Synchronize aztec-packages versions + ## [0.48.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.47.1...barretenberg.js-v0.48.0) (2024-08-12) diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json index e23bd634f9dc..3e7f6d998926 100644 --- a/barretenberg/ts/package.json +++ b/barretenberg/ts/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/bb.js", - "version": "0.48.0", + "version": "0.48.1", "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 97fc485f5c1c..7f60ea315ac1 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.48.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.48.0...aztec-package-v0.48.1) (2024-08-13) + + +### Miscellaneous + +* **aztec-package:** Synchronize aztec-packages versions + ## [0.48.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.47.1...aztec-package-v0.48.0) (2024-08-12) diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 6f3b2f1aa274..6151d822e228 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/aztec", - "version": "0.48.0", + "version": "0.48.1", "type": "module", "exports": { ".": "./dest/index.js"