Skip to content

Commit

Permalink
chore: Release 0.1.3 (#22)
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 Apr 21, 2023
1 parent 0a0d04b commit ef99a85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/noir-lang/barretenberg-sys/compare/v0.1.2...v0.1.3) (2023-04-21)


### Bug Fixes

* Update barretenberg to version with mutex on pedersen generators ([#21](https://github.com/noir-lang/barretenberg-sys/issues/21)) ([0a0d04b](https://github.com/noir-lang/barretenberg-sys/commit/0a0d04ba3cc3761e14e64947fd97c3f44b9e3969))

## [0.1.2](https://github.com/noir-lang/barretenberg-sys/compare/v0.1.1...v0.1.2) (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.2"
version = "0.1.3"
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.2";
version = "0.1.3";
# x-release-please-end

inherit cargoArtifacts;
Expand Down

0 comments on commit ef99a85

Please sign in to comment.