From cf0da6d3498194dc663a985008ba2459b40bd63b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:15:15 +0100 Subject: [PATCH] chore: Release 0.2.0 (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 f429b6f..3e63db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/noir-lang/barretenberg-sys/compare/v0.1.3...v0.2.0) (2023-05-31) + + +### ⚠ BREAKING CHANGES + +* update bindings for pedersen with hash_index ([#28](https://github.com/noir-lang/barretenberg-sys/issues/28)) + +### Features + +* update bindings for pedersen with hash_index ([#28](https://github.com/noir-lang/barretenberg-sys/issues/28)) ([c04e3f4](https://github.com/noir-lang/barretenberg-sys/commit/c04e3f46e87c95a364c476bf8f0d310e994c5597)) + ## [0.1.3](https://github.com/noir-lang/barretenberg-sys/compare/v0.1.2...v0.1.3) (2023-04-21) diff --git a/Cargo.lock b/Cargo.lock index 3e101f4..e90b87a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "barretenberg-sys" -version = "0.1.3" +version = "0.2.0" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 4077f15..cd88604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barretenberg-sys" -version = "0.1.3" +version = "0.2.0" description = "FFI bindings to Barretenberg" authors = ["The Noir Team "] repository = "https://github.com/noir-lang/barretenberg-sys/" diff --git a/flake.nix b/flake.nix index 2f8c7e8..51d3c8e 100644 --- a/flake.nix +++ b/flake.nix @@ -114,7 +114,7 @@ barretenberg-sys = craneLib.buildPackage (commonArgs // { pname = "barretenberg-sys"; # x-release-please-start-version - version = "0.1.3"; + version = "0.2.0"; # x-release-please-end inherit cargoArtifacts;