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

Commit 5c0a158

Browse files
authored
chore: Release 0.9.1 (#233)
1 parent a7aa6e9 commit 5c0a158

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [0.9.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.9.0...v0.9.1) (2023-07-21)
4+
5+
6+
### Features
7+
8+
* add support for atomic memory opcodes ([#232](https://github.com/noir-lang/acvm-backend-barretenberg/issues/232)) ([a7aa6e9](https://github.com/noir-lang/acvm-backend-barretenberg/commit/a7aa6e9505bb402c1b3db0a990845ed26928e7aa))
9+
310
## [0.9.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.8.0...v0.9.0) (2023-07-17)
411

512

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.0"
4+
version = "0.9.1"
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.0";
113+
version = "0.9.1";
114114
# x-release-please-end
115115

116116
src = pkgs.lib.cleanSourceWith {

0 commit comments

Comments
 (0)