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

Commit 4ea6b67

Browse files
authored
chore: Release 0.10.1 (#238)
1 parent e115e38 commit 4ea6b67

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.10.1](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.10.0...v0.10.1) (2023-08-18)
4+
5+
6+
### Features
7+
8+
* Migrate to `wasmer` 3.3.0 ([#236](https://github.com/noir-lang/acvm-backend-barretenberg/issues/236)) ([e115e38](https://github.com/noir-lang/acvm-backend-barretenberg/commit/e115e38856887c6b1eeead3534534ac7e6327ea9))
9+
310
## [0.10.0](https://github.com/noir-lang/acvm-backend-barretenberg/compare/v0.9.1...v0.10.0) (2023-07-26)
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.10.0"
4+
version = "0.10.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.10.0";
113+
version = "0.10.1";
114114
# x-release-please-end
115115

116116
src = pkgs.lib.cleanSourceWith {

0 commit comments

Comments
 (0)