From 56e40275cf1e90fcb0a27011f3e8ae72638bbfcc Mon Sep 17 00:00:00 2001 From: Koby Hall <102518238+kobyhallx@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:49:09 +0200 Subject: [PATCH] chore: Release 0.8.0 (#229) --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63f6111..9f49d708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.7.0...v0.8.0) (2023-07-12) + + +### ⚠ BREAKING CHANGES + +* Update to acvm 0.18.1 ([#228](https://github.com/noir-lang/acvm-backend-barretenberg/issues/228)) + +### Features + +* Update to acvm 0.18.1 ([#228](https://github.com/noir-lang/acvm-backend-barretenberg/issues/228)) ([397098b](https://github.com/noir-lang/acvm-backend-barretenberg/commit/397098b239efbe16785b1c9af108ca9fc4e24497)) + ## [0.7.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.6.1...v0.7.0) (2023-07-08) diff --git a/Cargo.lock b/Cargo.lock index 332a6a51..fc5ea5aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "acvm-backend-barretenberg" -version = "0.7.0" +version = "0.8.0" dependencies = [ "acvm", "barretenberg-sys", diff --git a/Cargo.toml b/Cargo.toml index 15390ef7..1d647399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acvm-backend-barretenberg" description = "An ACVM backend which allows proving/verifying ACIR circuits against Aztec Lab's Barretenberg library." -version = "0.7.0" +version = "0.8.0" authors = ["The Noir Team "] edition = "2021" rust-version = "1.66" diff --git a/flake.nix b/flake.nix index fef68aaa..b492b472 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ commonArgs = { pname = "acvm-backend-barretenberg"; # x-release-please-start-version - version = "0.7.0"; + version = "0.8.0"; # x-release-please-end src = pkgs.lib.cleanSourceWith {