-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>0.22.0</summary> ## [0.22.0](v0.21.0...v0.22.0) (2023-12-18) ### ⚠ BREAKING CHANGES * Remove unused methods on ACIR opcodes ([#3841](#3841)) * Remove backend field from artifacts ([#3819](#3819)) * Remove partial backend feature ([#3805](#3805)) ### Features * Add context-centric based API for noir_wasm ([#3798](#3798)) ([19155d0](19155d0)) ### Miscellaneous Chores * Remove backend field from artifacts ([#3819](#3819)) ([fa1cf5f](fa1cf5f)) * Remove partial backend feature ([#3805](#3805)) ([0383100](0383100)) * Remove unused methods on ACIR opcodes ([#3841](#3841)) ([9e5d0e8](9e5d0e8)) </details> <details><summary>0.38.0</summary> ## [0.38.0](v0.37.1...v0.38.0) (2023-12-18) ### ⚠ BREAKING CHANGES * Remove unused methods on ACIR opcodes ([#3841](#3841)) * Remove partial backend feature ([#3805](#3805)) ### Features * Aztec-packages ([#3754](#3754)) ([c043265](c043265)) * Speed up transformation of debug messages ([#3815](#3815)) ([2a8af1e](2a8af1e)) ### Bug Fixes * Deserialize odd length hex literals ([#3747](#3747)) ([4000fb2](4000fb2)) ### Miscellaneous Chores * Remove partial backend feature ([#3805](#3805)) ([0383100](0383100)) * Remove unused methods on ACIR opcodes ([#3841](#3841)) ([9e5d0e8](9e5d0e8)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
1 parent
9e5d0e8
commit 3fae4a0
Showing
116 changed files
with
6,808 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
".": "0.21.0", | ||
"acvm-repo": "0.37.1" | ||
".": "0.22.0", | ||
"acvm-repo": "0.38.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ resolver = "2" | |
|
||
[workspace.package] | ||
# x-release-please-start-version | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
# x-release-please-end | ||
authors = ["The Noir Team <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -49,14 +49,14 @@ repository = "https://github.com/noir-lang/noir/" | |
[workspace.dependencies] | ||
|
||
# ACVM workspace dependencies | ||
acir_field = { version = "0.37.1", path = "acvm-repo/acir_field", default-features = false } | ||
acir = { version = "0.37.1", path = "acvm-repo/acir", default-features = false } | ||
acvm = { version = "0.37.1", path = "acvm-repo/acvm" } | ||
acir_field = { version = "0.38.0", path = "acvm-repo/acir_field", default-features = false } | ||
acir = { version = "0.38.0", path = "acvm-repo/acir", default-features = false } | ||
acvm = { version = "0.38.0", path = "acvm-repo/acvm" } | ||
stdlib = { version = "0.37.1", package = "acvm_stdlib", path = "acvm-repo/stdlib", default-features = false } | ||
brillig = { version = "0.37.1", path = "acvm-repo/brillig", default-features = false } | ||
brillig_vm = { version = "0.37.1", path = "acvm-repo/brillig_vm", default-features = false } | ||
acvm_blackbox_solver = { version = "0.37.1", path = "acvm-repo/blackbox_solver", default-features = false } | ||
barretenberg_blackbox_solver = { version = "0.37.1", path = "acvm-repo/barretenberg_blackbox_solver", default-features = false } | ||
brillig = { version = "0.38.0", path = "acvm-repo/brillig", default-features = false } | ||
brillig_vm = { version = "0.38.0", path = "acvm-repo/brillig_vm", default-features = false } | ||
acvm_blackbox_solver = { version = "0.38.0", path = "acvm-repo/blackbox_solver", default-features = false } | ||
barretenberg_blackbox_solver = { version = "0.38.0", path = "acvm-repo/barretenberg_blackbox_solver", default-features = false } | ||
|
||
# Noir compiler workspace dependencies | ||
arena = { path = "compiler/utils/arena" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3fae4a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://noir-lang.org as production
🚀 Deployed on https://658085ff1d85b872f44398df--noir-docs.netlify.app