-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Release Noir(0.30.0) #4981
Merged
Merged
Conversation
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
kevaundray
force-pushed
the
release-please--branches--master
branch
from
May 6, 2024 16:05
c911da7
to
6a41efc
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
May 6, 2024
🚀 Deployed on https://664b7816089caaed38463d9b--noir-docs.netlify.app |
kevaundray
force-pushed
the
release-please--branches--master
branch
3 times, most recently
from
May 7, 2024 08:59
29a2f99
to
55cd43b
Compare
FYI @noir-lang/developerrelations on Noir doc changes. |
kevaundray
force-pushed
the
release-please--branches--master
branch
3 times, most recently
from
May 8, 2024 10:36
9b02d40
to
e5c24a0
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
13 times, most recently
from
May 14, 2024 17:43
15c33a7
to
aad81e0
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
from
May 20, 2024 00:25
1ee000d
to
f6a4d04
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
from
May 20, 2024 15:54
789a748
to
0d9c1ad
Compare
Savio-Sou
approved these changes
May 21, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
May 21, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
May 21, 2024
🤖 Release is at https://github.com/noir-lang/noir/releases/tag/v0.30.0 🌻 |
AztecBot
added a commit
to AztecProtocol/aztec-packages
that referenced
this pull request
May 21, 2024
…ic definition (noir-lang/noir#5041) feat: Implement turbofish operator (noir-lang/noir#3542) feat: add `as_witness` builtin function in order to constrain a witness to be equal to a variable (noir-lang/noir#4641) chore(experimental): Elaborate impls & non-trait impls (noir-lang/noir#5007) feat: add native rust implementation of schnorr signature verification (noir-lang/noir#5053) chore: Release Noir(0.30.0) (noir-lang/noir#4981)
TomAFrench
added a commit
to AztecProtocol/aztec-packages
that referenced
this pull request
May 21, 2024
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix(frontend): Call trait method with mut self from generic definition (noir-lang/noir#5041) feat: Implement turbofish operator (noir-lang/noir#3542) feat: add `as_witness` builtin function in order to constrain a witness to be equal to a variable (noir-lang/noir#4641) chore(experimental): Elaborate impls & non-trait impls (noir-lang/noir#5007) feat: add native rust implementation of schnorr signature verification (noir-lang/noir#5053) chore: Release Noir(0.30.0) (noir-lang/noir#4981) END_COMMIT_OVERRIDE --------- Co-authored-by: TomAFrench <tom@tomfren.ch>
AztecBot
added a commit
that referenced
this pull request
May 21, 2024
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix(frontend): Call trait method with mut self from generic definition (#5041) feat: Implement turbofish operator (#3542) feat: add `as_witness` builtin function in order to constrain a witness to be equal to a variable (#4641) chore(experimental): Elaborate impls & non-trait impls (#5007) feat: add native rust implementation of schnorr signature verification (#5053) chore: Release Noir(0.30.0) (#4981) END_COMMIT_OVERRIDE --------- Co-authored-by: TomAFrench <tom@tomfren.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.30.0
0.30.0 (2024-05-20)
⚠ BREAKING CHANGES
Opcode::Brillig
from ACIR (chore!: removeOpcode::Brillig
from ACIR AztecProtocol/aztec-packages#5995)Features
multi_scalar_mul
blackbox func (feat:multi_scalar_mul
blackbox func AztecProtocol/aztec-packages#6097) (73a635e)variable_base_scalar_mul
blackbox func (feat:variable_base_scalar_mul
blackbox func AztecProtocol/aztec-packages#6039) (73a635e)Not
trait to stdlib (#4999) (95d4d13)std::ops::Neg
trait to stdlib (07930d4)From
array trait forBoundedVec
(#4927) (bf491dc)ops
traits onu16
/i16
(#4996) (8b65663)std::ops::Sub
onEmbeddedCurvePoint
(07930d4)Bug Fixes
Miscellaneous Chores
Opcode::Brillig
from ACIR (chore!: removeOpcode::Brillig
from ACIR AztecProtocol/aztec-packages#5995) (73a635e)0.46.0
0.46.0 (2024-05-20)
⚠ BREAKING CHANGES
Opcode::Brillig
from ACIR (chore!: removeOpcode::Brillig
from ACIR AztecProtocol/aztec-packages#5995)#[aztec(storage)]
(feat!: storage_layout and#[aztec(storage)]
AztecProtocol/aztec-packages#5387)is_recursive
flag to be part of the circuit definition (chore(acir)!: Moveis_recursive
flag to be part of the circuit definition AztecProtocol/aztec-packages#4221)aztec-packages
(#4144)Features
multi_scalar_mul
blackbox func (feat:multi_scalar_mul
blackbox func AztecProtocol/aztec-packages#6097) (73a635e)variable_base_scalar_mul
blackbox func (feat:variable_base_scalar_mul
blackbox func AztecProtocol/aztec-packages#6039) (73a635e)BrilligCall
opcodes in the debugger (#4897) (b380dc4)AssertZero
opcodes (#4107) (dac0e87)#[aztec(storage)]
(feat!: storage_layout and#[aztec(storage)]
AztecProtocol/aztec-packages#5387) (2bd006a)aztec-packages
(#4011) (fee2452)aztec-packages
(#4068) (7a8f3a3)aztec-packages
(#4144) (0205d3b)Bug Fixes
init_log_level
inacvm_js
(#4195) (2e26530)Miscellaneous Chores
is_recursive
flag to be part of the circuit definition (chore(acir)!: Moveis_recursive
flag to be part of the circuit definition AztecProtocol/aztec-packages#4221) (158c8ce)Opcode::Brillig
from ACIR (chore!: removeOpcode::Brillig
from ACIR AztecProtocol/aztec-packages#5995) (73a635e)This PR was generated with Release Please. See documentation.