From 6655b2f7270f17da69efd452cc4775f3b4a197da Mon Sep 17 00:00:00 2001 From: Koby Hall <102518238+kobyhallx@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:31:46 +0200 Subject: [PATCH] chore: Release 0.10.1 --- 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 bbde3c9b..6d348c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.10.0...v0.10.1) (2023-08-18) + + +### Features + +* Migrate to `wasmer` 3.3.0 ([#236](https://github.com/noir-lang/acvm-backend-barretenberg/issues/236)) ([e115e38](https://github.com/noir-lang/acvm-backend-barretenberg/commit/e115e38856887c6b1eeead3534534ac7e6327ea9)) + ## [0.10.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.9.1...v0.10.0) (2023-07-26) diff --git a/Cargo.lock b/Cargo.lock index b5532198..044e1566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "acvm-backend-barretenberg" -version = "0.10.0" +version = "0.10.1" dependencies = [ "acvm", "barretenberg-sys", diff --git a/Cargo.toml b/Cargo.toml index 338d03ef..ed048e55 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.10.0" +version = "0.10.1" authors = ["The Noir Team "] edition = "2021" rust-version = "1.66" diff --git a/flake.nix b/flake.nix index f768171b..9ba36137 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ commonArgs = { pname = "acvm-backend-barretenberg"; # x-release-please-start-version - version = "0.10.0"; + version = "0.10.1"; # x-release-please-end src = pkgs.lib.cleanSourceWith {