From 0853caeaa3d69db4f654b459c9056de2707440e0 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 8 Sep 2023 17:52:08 -0400
Subject: [PATCH] chore(master): Release 0.6.5 (#2160)
:robot: I have created a release *beep* *boop*
---
aztec-packages: 0.6.5
##
[0.6.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.6.4...aztec-packages-v0.6.5)
(2023-09-08)
### Bug Fixes
* Revert "fix: commit tags and rebuilds"
([#2159](https://github.com/AztecProtocol/aztec-packages/issues/2159))
([50396a0](https://github.com/AztecProtocol/aztec-packages/commit/50396a068f11216947eac0137baa198424da9b81))
barretenberg.js: 0.6.5
##
[0.6.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.6.4...barretenberg.js-v0.6.5)
(2023-09-08)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
barretenberg: 0.6.5
##
[0.6.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.6.4...barretenberg-v0.6.5)
(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 f8e472be615..6b992073547 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- ".": "0.6.4",
- "circuits/cpp/barretenberg": "0.6.4",
- "circuits/cpp/barretenberg/ts": "0.6.4"
+ ".": "0.6.5",
+ "circuits/cpp/barretenberg": "0.6.5",
+ "circuits/cpp/barretenberg/ts": "0.6.5"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96893bcacaa..d62e483f6e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.5](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.6.4...aztec-packages-v0.6.5) (2023-09-08)
+
+
+### Bug Fixes
+
+* Revert "fix: commit tags and rebuilds" ([#2159](https://github.com/AztecProtocol/aztec-packages/issues/2159)) ([50396a0](https://github.com/AztecProtocol/aztec-packages/commit/50396a068f11216947eac0137baa198424da9b81))
+
## [0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.6.3...aztec-packages-v0.6.4) (2023-09-08)
diff --git a/VERSION b/VERSION
index f6ed2768075..7c36cc52a83 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.6.4 x-release-please-version
+v0.6.5 x-release-please-version
diff --git a/circuits/cpp/barretenberg/CHANGELOG.md b/circuits/cpp/barretenberg/CHANGELOG.md
index 420e3af9112..ba8800267d5 100644
--- a/circuits/cpp/barretenberg/CHANGELOG.md
+++ b/circuits/cpp/barretenberg/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.6.4...barretenberg-v0.6.5) (2023-09-08)
+
+
+### Miscellaneous
+
+* **barretenberg:** Synchronize aztec-packages versions
+
## [0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.6.3...barretenberg-v0.6.4) (2023-09-08)
diff --git a/circuits/cpp/barretenberg/VERSION b/circuits/cpp/barretenberg/VERSION
index f6ed2768075..7c36cc52a83 100644
--- a/circuits/cpp/barretenberg/VERSION
+++ b/circuits/cpp/barretenberg/VERSION
@@ -1 +1 @@
-v0.6.4 x-release-please-version
+v0.6.5 x-release-please-version
diff --git a/circuits/cpp/barretenberg/barretenberg-wasm.nix b/circuits/cpp/barretenberg/barretenberg-wasm.nix
index 0b75cf12564..827ab34a450 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.4"; # x-release-please-version
+ version = "0.6.5"; # x-release-please-version
src = ./cpp;
diff --git a/circuits/cpp/barretenberg/barretenberg.nix b/circuits/cpp/barretenberg/barretenberg.nix
index dfa450adb91..2c4d51b9949 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.4"; # x-release-please-version
+ version = "0.6.5"; # x-release-please-version
src = ./cpp;
diff --git a/circuits/cpp/barretenberg/cpp/CMakeLists.txt b/circuits/cpp/barretenberg/cpp/CMakeLists.txt
index ee851c6799f..2e1f201cf1a 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.4 # x-release-please-version
+ VERSION 0.6.5 # x-release-please-version
LANGUAGES CXX C
)
diff --git a/circuits/cpp/barretenberg/ts/CHANGELOG.md b/circuits/cpp/barretenberg/ts/CHANGELOG.md
index b965b817a86..fddd3b1da06 100644
--- a/circuits/cpp/barretenberg/ts/CHANGELOG.md
+++ b/circuits/cpp/barretenberg/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.6.5](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.6.4...barretenberg.js-v0.6.5) (2023-09-08)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.6.4](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.6.3...barretenberg.js-v0.6.4) (2023-09-08)
diff --git a/circuits/cpp/barretenberg/ts/package.json b/circuits/cpp/barretenberg/ts/package.json
index fe81081e58c..7ea68ff39ba 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.4",
+ "version": "0.6.5",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/circuits/cpp/barretenberg/ts",
"license": "MIT",
"type": "module",