Skip to content

Commit 395141e

Browse files
committed
chore: Release Noir(1.0.0-beta.19)
1 parent c9a8bf8 commit 395141e

File tree

17 files changed

+32
-16
lines changed

17 files changed

+32
-16
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-beta.18"
2+
".": "1.0.0-beta.19"
33
}

CHANGELOG.md

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

3+
## [1.0.0-beta.19](https://github.com/noir-lang/noir/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2026-01-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Use `msgpack-compact` format by default ([#7810](https://github.com/noir-lang/noir/issues/7810))
9+
10+
### Bug Fixes
11+
12+
* Only cache ArraySet during constant folding if using constraint … ([#11110](https://github.com/noir-lang/noir/issues/11110)) ([c9a8bf8](https://github.com/noir-lang/noir/commit/c9a8bf882069681672e68b2612e4119592c4485a))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Use `msgpack-compact` format by default ([#7810](https://github.com/noir-lang/noir/issues/7810)) ([ea2c41b](https://github.com/noir-lang/noir/commit/ea2c41b5b2678312f6d26098810fd8caaff585d4))
18+
319
## [1.0.0-beta.18](https://github.com/noir-lang/noir/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2026-01-06)
420

521

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resolver = "2"
6262

6363
[workspace.package]
6464
# x-release-please-start-version
65-
version = "1.0.0-beta.18"
65+
version = "1.0.0-beta.19"
6666
# x-release-please-end
6767
authors = ["The Noir Team <[email protected]>"]
6868
edition = "2024"

acvm-repo/acir/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0-beta.18"
5+
version = "1.0.0-beta.19"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acir_field/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0-beta.18"
5+
version = "1.0.0-beta.19"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0-beta.18"
5+
version = "1.0.0-beta.19"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acvm_js/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0-beta.18"
5+
version = "1.0.0-beta.19"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/acvm_js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noir-lang/acvm_js",
3-
"version": "1.0.0-beta.18",
3+
"version": "1.0.0-beta.19",
44
"publishConfig": {
55
"access": "public"
66
},

acvm-repo/blackbox_solver/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0-beta.18"
5+
version = "1.0.0-beta.19"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

acvm-repo/bn254_blackbox_solver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bn254_blackbox_solver"
33
description = "Solvers for black box functions which are specific for the bn254 curve"
44
# x-release-please-start-version
5-
version = "1.0.0-beta.18"
5+
version = "1.0.0-beta.19"
66
# x-release-please-end
77
authors.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)