From 41c10ca3813be4995d21fe6ae7f2495df260e7ad Mon Sep 17 00:00:00 2001 From: Koby Hall <102518238+kobyhallx@users.noreply.github.com> Date: Thu, 11 May 2023 20:27:02 +0200 Subject: [PATCH] chore: Release 0.1.2 --- 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 ec1c699d..08127c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.1.1...v0.1.2) (2023-05-11) + + +### Bug Fixes + +* Remove star dependencies to allow publishing ([#182](https://github.com/noir-lang/acvm-backend-barretenberg/issues/182)) ([1727a79](https://github.com/noir-lang/acvm-backend-barretenberg/commit/1727a79ce7e66d95528f70c445cb4ec1b1ece636)) + ## [0.1.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.1.0...v0.1.1) (2023-05-11) diff --git a/Cargo.lock b/Cargo.lock index 8b542c5f..e4912b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "acvm-backend-barretenberg" -version = "0.1.1" +version = "0.1.2" dependencies = [ "acvm", "barretenberg-sys", diff --git a/Cargo.toml b/Cargo.toml index d18bb504..e9d49804 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.1.1" +version = "0.1.2" authors = ["The Noir Team "] edition = "2021" rust-version = "1.66" diff --git a/flake.nix b/flake.nix index 049dd5a5..25f3b62a 100644 --- a/flake.nix +++ b/flake.nix @@ -114,7 +114,7 @@ commonArgs = { pname = "acvm-backend-barretenberg"; # x-release-please-start-version - version = "0.1.1"; + version = "0.1.2"; # x-release-please-end src = pkgs.lib.cleanSourceWith {