Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit b345438

Browse files
authored
chore: Release 0.6.0 (#224)
1 parent 062d5ed commit b345438

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.5.1...v0.6.0) (2023-07-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update to ACVM 0.16.0 ([#221](https://github.com/noir-lang/acvm-backend-barretenberg/issues/221))
9+
10+
### Features
11+
12+
* Update to ACVM 0.16.0 ([#221](https://github.com/noir-lang/acvm-backend-barretenberg/issues/221)) ([062d5ed](https://github.com/noir-lang/acvm-backend-barretenberg/commit/062d5ed9b476fab8ac8d3ca13371699fb2aac332))
13+
314
## [0.5.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.5.0...v0.5.1) (2023-06-20)
415

516

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "acvm-backend-barretenberg"
33
description = "An ACVM backend which allows proving/verifying ACIR circuits against Aztec Lab's Barretenberg library."
4-
version = "0.5.1"
4+
version = "0.6.0"
55
authors = ["The Noir Team <[email protected]>"]
66
edition = "2021"
77
rust-version = "1.66"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
commonArgs = {
111111
pname = "acvm-backend-barretenberg";
112112
# x-release-please-start-version
113-
version = "0.5.1";
113+
version = "0.6.0";
114114
# x-release-please-end
115115

116116
src = pkgs.lib.cleanSourceWith {

0 commit comments

Comments
 (0)