Skip to content

Commit 72bc1ff

Browse files
committed
chore(noir): Release (master)
1 parent fce68d1 commit 72bc1ff

File tree

19 files changed

+46
-18
lines changed

19 files changed

+46
-18
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.14.1",
3-
"acvm-repo": "0.27.3"
2+
".": "0.15.0",
3+
"acvm-repo": "0.27.4"
44
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/noir-lang/noir/compare/v0.14.1...v0.15.0) (2023-09-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to `bb` version 0.7.3 ([#2729](https://github.com/noir-lang/noir/issues/2729))
9+
10+
### Features
11+
12+
* Contract events in artifacts ([#2873](https://github.com/noir-lang/noir/issues/2873)) ([4765c82](https://github.com/noir-lang/noir/commit/4765c8288c583a61a81ff97eea1ef49df13eeca0))
13+
14+
15+
### Bug Fixes
16+
17+
* Finer bit size in bound constrain ([#2869](https://github.com/noir-lang/noir/issues/2869)) ([68385e2](https://github.com/noir-lang/noir/commit/68385e294a1501b19b28f3f5510e973283ed0821))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* Update to `bb` version 0.7.3 ([#2729](https://github.com/noir-lang/noir/issues/2729)) ([fce68d1](https://github.com/noir-lang/noir/commit/fce68d1404ae66bd7a71417d791dd70545bf24f2))
23+
324
## [0.14.1](https://github.com/noir-lang/noir/compare/v0.14.0...v0.14.1) (2023-09-27)
425

526

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resolver = "2"
3636

3737
[workspace.package]
3838
# x-release-please-start-version
39-
version = "0.14.1"
39+
version = "0.15.0"
4040
# x-release-please-end
4141
authors = ["The Noir Team <team@noir-lang.org>"]
4242
edition = "2021"

acvm-repo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.27.4](https://github.com/noir-lang/noir/compare/v0.27.3...v0.27.4) (2023-09-28)
9+
10+
11+
### Bug Fixes
12+
13+
* **acvm:** Return false rather than panicking on invalid ECDSA signatures ([#2783](https://github.com/noir-lang/noir/issues/2783)) ([155abc0](https://github.com/noir-lang/noir/commit/155abc0d99fff41c79163c16bf297d41e5dff0fa))
14+
815
## [0.27.3](https://github.com/noir-lang/noir/compare/v0.27.2...v0.27.3) (2023-09-27)
916

1017

acvm-repo/acir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acir"
33
description = "ACIR is the IR that the VM processes, it is analogous to LLVM IR"
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acir_field/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acir_field"
33
description = "The field implementation being used by ACIR."
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acvm"
33
description = "The virtual machine that processes ACIR given a backend/proof system."
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acvm_js/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acvm_js"
33
description = "Typescript wrapper around the ACVM allowing execution of ACIR code"
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acvm_js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noir-lang/acvm_js",
3-
"version": "0.27.3",
3+
"version": "0.27.4",
44
"private": true,
55
"repository": {
66
"type": "git",

acvm-repo/barretenberg_blackbox_solver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "barretenberg_blackbox_solver"
33
description = "A wrapper around a barretenberg WASM binary to execute black box functions for which there is no rust implementation"
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/blackbox_solver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acvm_blackbox_solver"
33
description = "A solver for the blackbox functions found in ACIR and Brillig"
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/brillig/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "brillig"
33
description = "Brillig is the bytecode ACIR uses for non-determinism."
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/brillig_vm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "brillig_vm"
33
description = "The virtual machine that processes Brillig bytecode, used to introduce non-determinism to the ACVM"
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/stdlib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acvm_stdlib"
33
description = "The ACVM standard library."
44
# x-release-please-start-version
5-
version = "0.27.3"
5+
version = "0.27.4"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

compiler/source-resolver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noir-lang/source-resolver",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"license": "MIT",
55
"main": "./lib-node/index_node.js",
66
"types": "./types/index_node.d.ts",

compiler/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"The Noir Team <team@noir-lang.org>"
55
],
6-
"version": "0.14.1",
6+
"version": "0.15.0",
77
"license": "(MIT OR Apache-2.0)",
88
"main": "./nodejs/noir_wasm.js",
99
"types": "./web/noir_wasm.d.ts",

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# Configuration shared between builds
7474
config = {
7575
# x-release-please-start-version
76-
version = "0.14.1";
76+
version = "0.15.0";
7777
# x-release-please-end
7878

7979
src = pkgs.lib.cleanSourceWith {

tooling/noir_js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"The Noir Team <team@noir-lang.org>"
55
],
6-
"version": "0.14.1",
6+
"version": "0.15.0",
77
"packageManager": "yarn@3.5.1",
88
"license": "(MIT OR Apache-2.0)",
99
"type": "module",

tooling/noirc_abi_wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"The Noir Team <team@noir-lang.org>"
55
],
6-
"version": "0.14.1",
6+
"version": "0.15.0",
77
"license": "(MIT OR Apache-2.0)",
88
"files": [
99
"nodejs",

0 commit comments

Comments
 (0)