From 0e68ae11d6f39f7d8cc5e07e4d5504aa80a3ecbd Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 8 Sep 2023 16:40:18 -0400
Subject: [PATCH] chore(master): Release 0.6.4 (#2157)
:robot: I have created a release *beep* *boop*
---
aztec-packages: 0.6.4
##
[0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.6.3...aztec-packages-v0.6.4)
(2023-09-08)
### Bug Fixes
* Commit tags and rebuilds
([#2156](https://github.com/AztecProtocol/aztec-packages/issues/2156))
([7669b43](https://github.com/AztecProtocol/aztec-packages/commit/7669b43253f8c2633e96f483ec12c75478dcf539))
barretenberg.js: 0.6.4
##
[0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.6.3...barretenberg.js-v0.6.4)
(2023-09-08)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
barretenberg: 0.6.4
##
[0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.6.3...barretenberg-v0.6.4)
(2023-09-08)
### Miscellaneous
* **barretenberg:** Synchronize aztec-packages versions
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 6 +++---
CHANGELOG.md | 7 +++++++
VERSION | 2 +-
circuits/cpp/barretenberg/CHANGELOG.md | 7 +++++++
circuits/cpp/barretenberg/VERSION | 2 +-
circuits/cpp/barretenberg/barretenberg-wasm.nix | 2 +-
circuits/cpp/barretenberg/barretenberg.nix | 2 +-
circuits/cpp/barretenberg/cpp/CMakeLists.txt | 2 +-
circuits/cpp/barretenberg/ts/CHANGELOG.md | 7 +++++++
circuits/cpp/barretenberg/ts/package.json | 2 +-
10 files changed, 30 insertions(+), 9 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 9c90410d200..f8e472be615 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- ".": "0.6.3",
- "circuits/cpp/barretenberg": "0.6.3",
- "circuits/cpp/barretenberg/ts": "0.6.3"
+ ".": "0.6.4",
+ "circuits/cpp/barretenberg": "0.6.4",
+ "circuits/cpp/barretenberg/ts": "0.6.4"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 865be927c1e..96893bcacaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.6.3...aztec-packages-v0.6.4) (2023-09-08)
+
+
+### Bug Fixes
+
+* Commit tags and rebuilds ([#2156](https://github.com/AztecProtocol/aztec-packages/issues/2156)) ([7669b43](https://github.com/AztecProtocol/aztec-packages/commit/7669b43253f8c2633e96f483ec12c75478dcf539))
+
## [0.6.3](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.6.2...aztec-packages-v0.6.3) (2023-09-08)
diff --git a/VERSION b/VERSION
index f1f1b1e4b80..f6ed2768075 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.6.3 x-release-please-version
+v0.6.4 x-release-please-version
diff --git a/circuits/cpp/barretenberg/CHANGELOG.md b/circuits/cpp/barretenberg/CHANGELOG.md
index 422d3f24d12..420e3af9112 100644
--- a/circuits/cpp/barretenberg/CHANGELOG.md
+++ b/circuits/cpp/barretenberg/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.6.3...barretenberg-v0.6.4) (2023-09-08)
+
+
+### Miscellaneous
+
+* **barretenberg:** Synchronize aztec-packages versions
+
## [0.6.3](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.6.2...barretenberg-v0.6.3) (2023-09-08)
diff --git a/circuits/cpp/barretenberg/VERSION b/circuits/cpp/barretenberg/VERSION
index f1f1b1e4b80..f6ed2768075 100644
--- a/circuits/cpp/barretenberg/VERSION
+++ b/circuits/cpp/barretenberg/VERSION
@@ -1 +1 @@
-v0.6.3 x-release-please-version
+v0.6.4 x-release-please-version
diff --git a/circuits/cpp/barretenberg/barretenberg-wasm.nix b/circuits/cpp/barretenberg/barretenberg-wasm.nix
index 15916c108fc..0b75cf12564 100644
--- a/circuits/cpp/barretenberg/barretenberg-wasm.nix
+++ b/circuits/cpp/barretenberg/barretenberg-wasm.nix
@@ -6,7 +6,7 @@ in
stdenv.mkDerivation
{
pname = "barretenberg.wasm";
- version = "0.6.3"; # x-release-please-version
+ version = "0.6.4"; # x-release-please-version
src = ./cpp;
diff --git a/circuits/cpp/barretenberg/barretenberg.nix b/circuits/cpp/barretenberg/barretenberg.nix
index 78af5d87188..dfa450adb91 100644
--- a/circuits/cpp/barretenberg/barretenberg.nix
+++ b/circuits/cpp/barretenberg/barretenberg.nix
@@ -14,7 +14,7 @@ in
buildEnv.mkDerivation
{
pname = "libbarretenberg";
- version = "0.6.3"; # x-release-please-version
+ version = "0.6.4"; # x-release-please-version
src = ./cpp;
diff --git a/circuits/cpp/barretenberg/cpp/CMakeLists.txt b/circuits/cpp/barretenberg/cpp/CMakeLists.txt
index b15ac77d23e..ee851c6799f 100644
--- a/circuits/cpp/barretenberg/cpp/CMakeLists.txt
+++ b/circuits/cpp/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.6.3 # x-release-please-version
+ VERSION 0.6.4 # x-release-please-version
LANGUAGES CXX C
)
diff --git a/circuits/cpp/barretenberg/ts/CHANGELOG.md b/circuits/cpp/barretenberg/ts/CHANGELOG.md
index b8ad4e1a611..b965b817a86 100644
--- a/circuits/cpp/barretenberg/ts/CHANGELOG.md
+++ b/circuits/cpp/barretenberg/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.6.3...barretenberg.js-v0.6.4) (2023-09-08)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.6.3](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.6.2...barretenberg.js-v0.6.3) (2023-09-08)
diff --git a/circuits/cpp/barretenberg/ts/package.json b/circuits/cpp/barretenberg/ts/package.json
index ac1dd877c07..fe81081e58c 100644
--- a/circuits/cpp/barretenberg/ts/package.json
+++ b/circuits/cpp/barretenberg/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/bb.js",
- "version": "0.6.3",
+ "version": "0.6.4",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/circuits/cpp/barretenberg/ts",
"license": "MIT",
"type": "module",