From 8e4a5b8189f099c132f967569f9395d2b33824c2 Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:26:59 -0400 Subject: [PATCH] chore(master): Release 0.59.1 --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ barretenberg/CHANGELOG.md | 14 ++++++++++++++ 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, 64 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da27d919efe7..bc1018cf4629 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.59.0", + ".": "0.59.1", "yarn-project/cli": "0.35.1", - "yarn-project/aztec": "0.59.0", - "barretenberg": "0.59.0", - "barretenberg/ts": "0.59.0" + "yarn-project/aztec": "0.59.1", + "barretenberg": "0.59.1", + "barretenberg/ts": "0.59.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e455d5dd6617..f6dd93b9eae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.59.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.59.0...aztec-packages-v0.59.1) (2024-10-22) + + +### Features + +* Apella ([#9084](https://github.com/AztecProtocol/aztec-packages/issues/9084)) ([205ce69](https://github.com/AztecProtocol/aztec-packages/commit/205ce69c0bd6a727d7472b5fec0e4fd5709e8ec1)) +* Constrain protocol VK hashing ([#9304](https://github.com/AztecProtocol/aztec-packages/issues/9304)) ([3d17e13](https://github.com/AztecProtocol/aztec-packages/commit/3d17e13260ae4dae36b803de4ee1d50d231b2e59)) +* Gerousia ([#8942](https://github.com/AztecProtocol/aztec-packages/issues/8942)) ([54b5ba2](https://github.com/AztecProtocol/aztec-packages/commit/54b5ba2aacf852f4f9454e67814d94322e88506b)) +* Handle reorgs on sequencer ([#9201](https://github.com/AztecProtocol/aztec-packages/issues/9201)) ([d4dea16](https://github.com/AztecProtocol/aztec-packages/commit/d4dea162322eab233ed733aa318040e681cf5c70)) +* Modify private calldata to use public keys ([#9276](https://github.com/AztecProtocol/aztec-packages/issues/9276)) ([e42e219](https://github.com/AztecProtocol/aztec-packages/commit/e42e219d2ae0f0ee481ab9220023eb5a0f6a41bb)) + + +### Bug Fixes + +* **avm:** Public dispatch in proving tests ([#9331](https://github.com/AztecProtocol/aztec-packages/issues/9331)) ([42e5221](https://github.com/AztecProtocol/aztec-packages/commit/42e5221dda3fc28dc7fcce3607af756132b4e314)) +* Barretenberg readme scare warning ([#9313](https://github.com/AztecProtocol/aztec-packages/issues/9313)) ([f759d55](https://github.com/AztecProtocol/aztec-packages/commit/f759d55d956fc0133ddec0db284de12b552b4c89)) +* Ci github clone edge case ([#9320](https://github.com/AztecProtocol/aztec-packages/issues/9320)) ([15abe6f](https://github.com/AztecProtocol/aztec-packages/commit/15abe6fe2f12450b7f40d859a394dec966132b0b)) +* Use github.actor on publish workflow dispatch ([#9324](https://github.com/AztecProtocol/aztec-packages/issues/9324)) ([5fa660d](https://github.com/AztecProtocol/aztec-packages/commit/5fa660d48ecd711a7445fa365ac6b677aeac93bf)) + + +### Miscellaneous + +* **avm:** Some cleaning in avm prover ([#9311](https://github.com/AztecProtocol/aztec-packages/issues/9311)) ([523aa23](https://github.com/AztecProtocol/aztec-packages/commit/523aa231acd22228fa6414fc8241cebdfa21eafa)) +* Copying world state binary to yarn project is on generate ([#9194](https://github.com/AztecProtocol/aztec-packages/issues/9194)) ([8d75dd4](https://github.com/AztecProtocol/aztec-packages/commit/8d75dd4a6730c1af27b23bc786ed9db8eb199e6f)) +* Replace relative paths to noir-protocol-circuits ([8cb89af](https://github.com/AztecProtocol/aztec-packages/commit/8cb89af84c0ab51b21892ecb021aadc001267674)) +* Scenario for upgrading gerousia ([#9246](https://github.com/AztecProtocol/aztec-packages/issues/9246)) ([66f59d6](https://github.com/AztecProtocol/aztec-packages/commit/66f59d64dfd52a57817ef887f8931d0c0aec4a2a)) +* Silence cache-download.sh ([#9317](https://github.com/AztecProtocol/aztec-packages/issues/9317)) ([314d9d2](https://github.com/AztecProtocol/aztec-packages/commit/314d9d26ba00ce7efc3df0e040d612aacd5264b3)) +* Test 4epochs in native-network ([#9309](https://github.com/AztecProtocol/aztec-packages/issues/9309)) ([ddb312a](https://github.com/AztecProtocol/aztec-packages/commit/ddb312ac266ef629280fe768ac5247eceea0f7a7)) + ## [0.59.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.58.0...aztec-packages-v0.59.0) (2024-10-21) diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md index 30fb35d88101..6f8c9700f7a3 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.59.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.59.0...barretenberg-v0.59.1) (2024-10-22) + + +### Bug Fixes + +* **avm:** Public dispatch in proving tests ([#9331](https://github.com/AztecProtocol/aztec-packages/issues/9331)) ([42e5221](https://github.com/AztecProtocol/aztec-packages/commit/42e5221dda3fc28dc7fcce3607af756132b4e314)) +* Barretenberg readme scare warning ([#9313](https://github.com/AztecProtocol/aztec-packages/issues/9313)) ([f759d55](https://github.com/AztecProtocol/aztec-packages/commit/f759d55d956fc0133ddec0db284de12b552b4c89)) + + +### Miscellaneous + +* **avm:** Some cleaning in avm prover ([#9311](https://github.com/AztecProtocol/aztec-packages/issues/9311)) ([523aa23](https://github.com/AztecProtocol/aztec-packages/commit/523aa231acd22228fa6414fc8241cebdfa21eafa)) +* Copying world state binary to yarn project is on generate ([#9194](https://github.com/AztecProtocol/aztec-packages/issues/9194)) ([8d75dd4](https://github.com/AztecProtocol/aztec-packages/commit/8d75dd4a6730c1af27b23bc786ed9db8eb199e6f)) + ## [0.59.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.58.0...barretenberg-v0.59.0) (2024-10-21) diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt index f714fbf3fad3..0cd9db233e36 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.59.0 # x-release-please-version + VERSION 0.59.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 415f6527a677..049ece9d40ad 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.59.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.59.0...barretenberg.js-v0.59.1) (2024-10-22) + + +### Miscellaneous + +* **barretenberg.js:** Synchronize aztec-packages versions + ## [0.59.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.58.0...barretenberg.js-v0.59.0) (2024-10-21) diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json index 10fdc17b85de..e3e784a2f605 100644 --- a/barretenberg/ts/package.json +++ b/barretenberg/ts/package.json @@ -1,7 +1,7 @@ { "name": "@aztec/bb.js", "packageManager": "yarn@1.22.22", - "version": "0.59.0", + "version": "0.59.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 4da29a523b91..cf59abe83d5d 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.59.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.59.0...aztec-package-v0.59.1) (2024-10-22) + + +### Miscellaneous + +* **aztec-package:** Synchronize aztec-packages versions + ## [0.59.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.58.0...aztec-package-v0.59.0) (2024-10-21) diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 138379a067cf..5f17ecb3d3d4 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/aztec", - "version": "0.59.0", + "version": "0.59.1", "type": "module", "exports": { ".": "./dest/index.js"