-
Notifications
You must be signed in to change notification settings - Fork 200
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.29.0) #4905
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
2 times, most recently
from
April 24, 2024 17:07
00e725d
to
e5e25ee
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Apr 24, 2024
🚀 Deployed on https://663561b9783c736073f7299d--noir-docs.netlify.app |
kevaundray
force-pushed
the
release-please--branches--master
branch
3 times, most recently
from
April 25, 2024 12:27
0139979
to
24eccf1
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
3 times, most recently
from
April 25, 2024 17:31
fcfa68c
to
f428772
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
10 times, most recently
from
April 30, 2024 20:25
5661adf
to
3d50873
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
kevaundray
force-pushed
the
release-please--branches--master
branch
5 times, most recently
from
May 1, 2024 16:23
75271c1
to
ab3d7a7
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
6 times, most recently
from
May 3, 2024 17:43
9babcb5
to
5417caf
Compare
kevaundray
force-pushed
the
release-please--branches--master
branch
from
May 3, 2024 21:49
ede8d9d
to
45efcbf
Compare
FYI @noir-lang/developerrelations on Noir doc changes. |
Savio-Sou
approved these changes
May 6, 2024
🤖 Release is at https://github.com/noir-lang/noir/releases/tag/v0.29.0 🌻 |
AztecBot
added a commit
to AztecProtocol/aztec-packages
that referenced
this pull request
May 7, 2024
noir-lang/noir#4971) fix: Compute the correct slice length when coercing from a literal array of complex types (noir-lang/noir#4986) feat: add `Neg` trait to stdlib (noir-lang/noir#4983) feat: implement `From` array trait for `BoundedVec` (noir-lang/noir#4927) chore: Release Noir(0.29.0) (noir-lang/noir#4905) fix: Move remove_if_else pass after second inlining (noir-lang/noir#4976)
TomAFrench
added a commit
to AztecProtocol/aztec-packages
that referenced
this pull request
May 7, 2024
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix: set index and value to 0 for array_get with predicate (noir-lang/noir#4971) fix: Compute the correct slice length when coercing from a literal array of complex types (noir-lang/noir#4986) feat: add `Neg` trait to stdlib (noir-lang/noir#4983) feat: implement `From` array trait for `BoundedVec` (noir-lang/noir#4927) chore: Release Noir(0.29.0) (noir-lang/noir#4905) fix: Move remove_if_else pass after second inlining (noir-lang/noir#4976) END_COMMIT_OVERRIDE --------- Co-authored-by: Tom French <tom@tomfren.ch>
This was referenced May 7, 2024
TomAFrench
added a commit
that referenced
this pull request
May 8, 2024
* master: (41 commits) fix: defer overflow checks for unsigned integers to acir-gen (#4832) feat: add support for u16/i16 (#4985) chore: split `ops` into `arith` and `bit` modules (#4989) chore(ci): run clippy on benchmarks (#4988) feat: remove query to backend to get expression width (#4975) fix: set index and value to 0 for array_get with predicate (#4971) fix: Compute the correct slice length when coercing from a literal array of complex types (#4986) feat: add `Neg` trait to stdlib (#4983) feat: implement `From` array trait for `BoundedVec` (#4927) chore: Release Noir(0.29.0) (#4905) fix: Move remove_if_else pass after second inlining (#4976) feat: Optimize array sets in if conditions (alternate version) (#4716) chore: rename instruction checks for side effects (#4945) chore: Switch Noir JS to use execute program instead of circuit (#4965) fix: Use annotated type when checking declaration (#4966) feat: handle empty response foreign calls without an external resolver (#4959) feat: Complex outputs from acir call (#4952) fix: Require for all foldable functions to use distinct return (#4949) feat!: use `distinct` return value witnesses by default (#4951) chore(docs): adding matomo tracking (#4898) ...
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.29.0
0.29.0 (2024-05-03)
⚠ BREAKING CHANGES
distinct
return value witnesses by default (#4951)Features
#[inline(tag)]
attribute and codegen (#4913) (1ec9cdc)impl Trait
in function parameters (#4919) (8aad2e4)comptime
globals (#4918) (8a3c7f1)BrilligCall
opcodes in the debugger (#4897) (b380dc4)no_predicates
attribute (#4942) (0ce04d3)distinct
return value witnesses by default (#4951) (5f1b584)Bug Fixes
0.45.0
0.45.0 (2024-05-03)
⚠ BREAKING CHANGES
#[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
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)This PR was generated with Release Please. See documentation.