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

Commit 6ddc184

Browse files
authored
chore: Release 0.7.0 (#227)
1 parent ceb4770 commit 6ddc184

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.7.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.6.1...v0.7.0) (2023-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **bberg:** add secp256r1 builtin to barretenberg ([#223](https://github.com/noir-lang/acvm-backend-barretenberg/issues/223))
9+
10+
### Features
11+
12+
* **bberg:** add secp256r1 builtin to barretenberg ([#223](https://github.com/noir-lang/acvm-backend-barretenberg/issues/223)) ([ceb4770](https://github.com/noir-lang/acvm-backend-barretenberg/commit/ceb47705a492fcdcea1f3c098aaab42ea8edbf2e))
13+
314
## [0.6.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.6.0...v0.6.1) (2023-07-06)
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.6.1"
4+
version = "0.7.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.6.1";
113+
version = "0.7.0";
114114
# x-release-please-end
115115

116116
src = pkgs.lib.cleanSourceWith {

0 commit comments

Comments
 (0)