Skip to content

Commit

Permalink
chore: Release 0.1.1 (#9)
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 12, 2023
1 parent 8a65ec3 commit 1d619ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.1](https://github.com/noir-lang/barretenberg-sys/compare/v0.1.0...v0.1.1) (2023-04-12)


### Bug Fixes

* Barretenberg renamed pedersen to pedersen_commitment ([#12](https://github.com/noir-lang/barretenberg-sys/issues/12)) ([8a65ec3](https://github.com/noir-lang/barretenberg-sys/commit/8a65ec373256c83205a572fc8b91ae78dfba7454))
* **ci:** Avoid building the project when publishing ([#8](https://github.com/noir-lang/barretenberg-sys/issues/8)) ([6bf1b67](https://github.com/noir-lang/barretenberg-sys/commit/6bf1b67cdb638ef9078dd557e8bdf208d36187e1))
* Disable ASM and ADX in Nix & CI ([#11](https://github.com/noir-lang/barretenberg-sys/issues/11)) ([2366e10](https://github.com/noir-lang/barretenberg-sys/commit/2366e1093f1e7f8beee60e14524bebc07b883d70))

## 0.1.0 (2023-04-06)


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.0"
version = "0.1.1"
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 @@ -52,7 +52,7 @@
commonArgs = {
pname = "barretenberg-sys";
# x-release-please-start-version
version = "0.1.0";
version = "0.1.1";
# x-release-please-end

# As per https://discourse.nixos.org/t/gcc11stdenv-and-clang/17734/7 since it seems that aarch64-linux uses
Expand Down

0 comments on commit 1d619ed

Please sign in to comment.