Skip to content

Commit

Permalink
chore: Release 0.2.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 1, 2023
1 parent c04e3f4 commit cf0da6d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/noir-lang/barretenberg-sys/"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf0da6d

Please sign in to comment.