From 5c022153a5286c73216d44f02272fd214187c9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 07:47:31 -0700 Subject: [PATCH] chore: Release 0.1.0 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..854ce1e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.1.0 (2023-04-06) + + +### ⚠ BREAKING CHANGES + +* Convert to using generic composer interface FFI ([#2](https://github.com/noir-lang/barretenberg-sys/issues/2)) + +### Features + +* Convert to using generic composer interface FFI ([#2](https://github.com/noir-lang/barretenberg-sys/issues/2)) ([7f39dee](https://github.com/noir-lang/barretenberg-sys/commit/7f39dee9f92addca6b3153fe09fe2b524296a127)) +* Implement bindgen & add bindings ([767f281](https://github.com/noir-lang/barretenberg-sys/commit/767f28171381f165dd93cb0c00aaf79b0396ddfb)) + + +### Bug Fixes + +* Update nix version with release-please ([#6](https://github.com/noir-lang/barretenberg-sys/issues/6)) ([da7ae78](https://github.com/noir-lang/barretenberg-sys/commit/da7ae78e0d3c42f5ff4725c40e6a5c649750ebf7)) diff --git a/Cargo.lock b/Cargo.lock index e0e5f7a..5508a36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "barretenberg-sys" -version = "0.0.0" +version = "0.1.0" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 314ae4b..62dcb7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barretenberg-sys" -version = "0.0.0" +version = "0.1.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 baddb71..55a9294 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ commonArgs = { pname = "barretenberg-sys"; # x-release-please-start-version - version = "0.0.0"; + version = "0.1.0"; # x-release-please-end # As per https://discourse.nixos.org/t/gcc11stdenv-and-clang/17734/7 since it seems that aarch64-linux uses