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

Commit 75c0ba0

Browse files
authored
chore: Release 0.10.0 (#235)
1 parent 15c8676 commit 75c0ba0

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.10.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.9.1...v0.10.0) (2023-07-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Migrate to ACVM 0.21.0 ([#234](https://github.com/noir-lang/acvm-backend-barretenberg/issues/234))
9+
10+
### Features
11+
12+
* Migrate to ACVM 0.21.0 ([#234](https://github.com/noir-lang/acvm-backend-barretenberg/issues/234)) ([15c8676](https://github.com/noir-lang/acvm-backend-barretenberg/commit/15c86768685d2946a767c350f6ef5972c86677eb))
13+
314
## [0.9.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.9.0...v0.9.1) (2023-07-21)
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.9.1"
4+
version = "0.10.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.9.1";
113+
version = "0.10.0";
114114
# x-release-please-end
115115

116116
src = pkgs.lib.cleanSourceWith {

0 commit comments

Comments
 (0)