From 5c0a158b1dfb5ec3d956c9abe79b5fcd6652b444 Mon Sep 17 00:00:00 2001 From: Koby Hall <102518238+kobyhallx@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:09:31 +0200 Subject: [PATCH] chore: Release 0.9.1 (#233) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8c0102..6f3a1b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.9.0...v0.9.1) (2023-07-21) + + +### Features + +* add support for atomic memory opcodes ([#232](https://github.com/noir-lang/acvm-backend-barretenberg/issues/232)) ([a7aa6e9](https://github.com/noir-lang/acvm-backend-barretenberg/commit/a7aa6e9505bb402c1b3db0a990845ed26928e7aa)) + ## [0.9.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.8.0...v0.9.0) (2023-07-17) diff --git a/Cargo.lock b/Cargo.lock index 47362c8e..f4296e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "acvm-backend-barretenberg" -version = "0.9.0" +version = "0.9.1" dependencies = [ "acvm", "barretenberg-sys", diff --git a/Cargo.toml b/Cargo.toml index a666aa2c..654e1b2b 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.9.0" +version = "0.9.1" authors = ["The Noir Team "] edition = "2021" rust-version = "1.66" diff --git a/flake.nix b/flake.nix index adc7d0ee..8931f575 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ commonArgs = { pname = "acvm-backend-barretenberg"; # x-release-please-start-version - version = "0.9.0"; + version = "0.9.1"; # x-release-please-end src = pkgs.lib.cleanSourceWith {