From 869b28222563a5ad1d586c8d251ea6bf5492f632 Mon Sep 17 00:00:00 2001
From: Aztec Bot <49558828+AztecBot@users.noreply.github.com>
Date: Fri, 15 Sep 2023 17:02:03 -0400
Subject: [PATCH] chore(master): Release 0.7.5 (#2345)
:robot: I have created a release *beep* *boop*
---
aztec-packages: 0.7.5
##
[0.7.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.7.4...aztec-packages-v0.7.5)
(2023-09-15)
### Features
* Protogalaxy interfaces
([#2125](https://github.com/AztecProtocol/aztec-packages/issues/2125))
([b45dd26](https://github.com/AztecProtocol/aztec-packages/commit/b45dd26214119f0c52c2c4f48ff11f650912fef9))
* Renamed `nargoVersion` as `compatibleNargoVersion`
([#2338](https://github.com/AztecProtocol/aztec-packages/issues/2338))
([6f9e0f1](https://github.com/AztecProtocol/aztec-packages/commit/6f9e0f1bbb721f72b9951caed64921f311a4a30b))
### Bug Fixes
* Add retry around docker login and revive spot_run_test_script
([#2346](https://github.com/AztecProtocol/aztec-packages/issues/2346))
([79e5f05](https://github.com/AztecProtocol/aztec-packages/commit/79e5f05c70cdc4bfb1bd6635d900b593dc8ada6b))
* Unbox command.
([#2337](https://github.com/AztecProtocol/aztec-packages/issues/2337))
([e9bc9c6](https://github.com/AztecProtocol/aztec-packages/commit/e9bc9c60fd1f79592ffe828a59618320ff26327b))
### Miscellaneous
* Increase guides-dapp-testing test timeout
([#2343](https://github.com/AztecProtocol/aztec-packages/issues/2343))
([1cebe2c](https://github.com/AztecProtocol/aztec-packages/commit/1cebe2c22a93686f36c952a912540bb129768ee4))
* Use retries by default on rpc client fetch
([#2342](https://github.com/AztecProtocol/aztec-packages/issues/2342))
([f4ffd68](https://github.com/AztecProtocol/aztec-packages/commit/f4ffd68f1c4fe75a53caa1bec32f246aa5f0c818))
barretenberg.js: 0.7.5
##
[0.7.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.7.4...barretenberg.js-v0.7.5)
(2023-09-15)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
barretenberg: 0.7.5
##
[0.7.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.7.4...barretenberg-v0.7.5)
(2023-09-15)
### Features
* Protogalaxy interfaces
([#2125](https://github.com/AztecProtocol/aztec-packages/issues/2125))
([b45dd26](https://github.com/AztecProtocol/aztec-packages/commit/b45dd26214119f0c52c2c4f48ff11f650912fef9))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 6 +++---
CHANGELOG.md | 20 ++++++++++++++++++++
VERSION | 2 +-
barretenberg/CHANGELOG.md | 7 +++++++
barretenberg/VERSION | 2 +-
barretenberg/barretenberg-wasm.nix | 2 +-
barretenberg/barretenberg.nix | 2 +-
barretenberg/cpp/CMakeLists.txt | 2 +-
barretenberg/ts/CHANGELOG.md | 7 +++++++
barretenberg/ts/package.json | 2 +-
10 files changed, 43 insertions(+), 9 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e8971355fe5..375eb87fd1f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- ".": "0.7.4",
- "barretenberg": "0.7.4",
- "barretenberg/ts": "0.7.4"
+ ".": "0.7.5",
+ "barretenberg": "0.7.5",
+ "barretenberg/ts": "0.7.5"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63bd0751ea8..e9d181ab621 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.7.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.7.4...aztec-packages-v0.7.5) (2023-09-15)
+
+
+### Features
+
+* Protogalaxy interfaces ([#2125](https://github.com/AztecProtocol/aztec-packages/issues/2125)) ([b45dd26](https://github.com/AztecProtocol/aztec-packages/commit/b45dd26214119f0c52c2c4f48ff11f650912fef9))
+* Renamed `nargoVersion` as `compatibleNargoVersion` ([#2338](https://github.com/AztecProtocol/aztec-packages/issues/2338)) ([6f9e0f1](https://github.com/AztecProtocol/aztec-packages/commit/6f9e0f1bbb721f72b9951caed64921f311a4a30b))
+
+
+### Bug Fixes
+
+* Add retry around docker login and revive spot_run_test_script ([#2346](https://github.com/AztecProtocol/aztec-packages/issues/2346)) ([79e5f05](https://github.com/AztecProtocol/aztec-packages/commit/79e5f05c70cdc4bfb1bd6635d900b593dc8ada6b))
+* Unbox command. ([#2337](https://github.com/AztecProtocol/aztec-packages/issues/2337)) ([e9bc9c6](https://github.com/AztecProtocol/aztec-packages/commit/e9bc9c60fd1f79592ffe828a59618320ff26327b))
+
+
+### Miscellaneous
+
+* Increase guides-dapp-testing test timeout ([#2343](https://github.com/AztecProtocol/aztec-packages/issues/2343)) ([1cebe2c](https://github.com/AztecProtocol/aztec-packages/commit/1cebe2c22a93686f36c952a912540bb129768ee4))
+* Use retries by default on rpc client fetch ([#2342](https://github.com/AztecProtocol/aztec-packages/issues/2342)) ([f4ffd68](https://github.com/AztecProtocol/aztec-packages/commit/f4ffd68f1c4fe75a53caa1bec32f246aa5f0c818))
+
## [0.7.4](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.7.3...aztec-packages-v0.7.4) (2023-09-15)
diff --git a/VERSION b/VERSION
index 4a65a59bb7a..19ed9acec40 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.7.4 x-release-please-version
+v0.7.5 x-release-please-version
diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md
index 6bbe60f9d1a..f8bda8bc4b6 100644
--- a/barretenberg/CHANGELOG.md
+++ b/barretenberg/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.7.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.7.4...barretenberg-v0.7.5) (2023-09-15)
+
+
+### Features
+
+* Protogalaxy interfaces ([#2125](https://github.com/AztecProtocol/aztec-packages/issues/2125)) ([b45dd26](https://github.com/AztecProtocol/aztec-packages/commit/b45dd26214119f0c52c2c4f48ff11f650912fef9))
+
## [0.7.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.7.3...barretenberg-v0.7.4) (2023-09-15)
diff --git a/barretenberg/VERSION b/barretenberg/VERSION
index 4a65a59bb7a..19ed9acec40 100644
--- a/barretenberg/VERSION
+++ b/barretenberg/VERSION
@@ -1 +1 @@
-v0.7.4 x-release-please-version
+v0.7.5 x-release-please-version
diff --git a/barretenberg/barretenberg-wasm.nix b/barretenberg/barretenberg-wasm.nix
index 22511e7e7af..da3c2f786b4 100644
--- a/barretenberg/barretenberg-wasm.nix
+++ b/barretenberg/barretenberg-wasm.nix
@@ -6,7 +6,7 @@ in
stdenv.mkDerivation
{
pname = "barretenberg.wasm";
- version = "0.7.4"; # x-release-please-version
+ version = "0.7.5"; # x-release-please-version
src = ./cpp;
diff --git a/barretenberg/barretenberg.nix b/barretenberg/barretenberg.nix
index 697a3a0f857..34e6954dab0 100644
--- a/barretenberg/barretenberg.nix
+++ b/barretenberg/barretenberg.nix
@@ -14,7 +14,7 @@ in
buildEnv.mkDerivation
{
pname = "libbarretenberg";
- version = "0.7.4"; # x-release-please-version
+ version = "0.7.5"; # x-release-please-version
src = ./cpp;
diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt
index e7c77386c16..f35de143fda 100644
--- a/barretenberg/cpp/CMakeLists.txt
+++ b/barretenberg/cpp/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24)
project(
Barretenberg
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
- VERSION 0.7.4 # x-release-please-version
+ VERSION 0.7.5 # x-release-please-version
LANGUAGES CXX C
)
diff --git a/barretenberg/ts/CHANGELOG.md b/barretenberg/ts/CHANGELOG.md
index 459ad99f95f..a2c9820b081 100644
--- a/barretenberg/ts/CHANGELOG.md
+++ b/barretenberg/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.7.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.7.4...barretenberg.js-v0.7.5) (2023-09-15)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.7.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.7.3...barretenberg.js-v0.7.4) (2023-09-15)
diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json
index 7c48e774856..ea1b28c1fd0 100644
--- a/barretenberg/ts/package.json
+++ b/barretenberg/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/bb.js",
- "version": "0.7.4",
+ "version": "0.7.5",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",