-
Notifications
You must be signed in to change notification settings - Fork 199
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(noir): Release 0.10.4 #2354
Merged
kevaundray
merged 2 commits into
master
from
release-please--branches--master--components--noir
Aug 29, 2023
Merged
chore(noir): Release 0.10.4 #2354
kevaundray
merged 2 commits into
master
from
release-please--branches--master--components--noir
Aug 29, 2023
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--components--noir
branch
14 times, most recently
from
August 24, 2023 15:13
762afeb
to
e1194e7
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
3 times, most recently
from
August 24, 2023 22:34
0c5f4ad
to
d8ddd2f
Compare
TomAFrench
requested changes
Aug 25, 2023
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.
Blocking on #2435
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
11 times, most recently
from
August 28, 2023 17:48
ffc7114
to
de978db
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
7 times, most recently
from
August 29, 2023 18:51
2900949
to
073583b
Compare
TomAFrench
previously approved these changes
Aug 29, 2023
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
from
August 29, 2023 19:12
2e28210
to
240989c
Compare
TomAFrench
approved these changes
Aug 29, 2023
kevaundray
deleted the
release-please--branches--master--components--noir
branch
August 29, 2023 20:02
🤖 Release is at https://github.com/noir-lang/noir/releases/tag/v0.10.4 🌻 |
TomAFrench
added a commit
that referenced
this pull request
Aug 30, 2023
* master: (42 commits) fix(ssa): Handle right shift with constants (#2481) chore(noir): Release 0.10.4 (#2354) fix: Divide by zero should fail to satisfy constraints for `Field` and ints (#2475) fix(ssa): Remove padding from ToRadix call with constant inputs (#2479) fix: Implement handling of array aliasing in the mem2reg optimization pass (#2463) chore: resolve `Instruction` inputs fully before checking against cache (#2472) chore: Move independent `run_test` function into nargo core (#2468) feat: Standard library functions can now be called with closure args (#2471) feat(frontend): aztec syntactic sugar (feature flagged) (#2403) chore(ci): enforce compliance with `cargo fmt` (#2467) chore(ci): Allow releases to have additional feature flags (#2405) feat: Add `assert_eq` keyword (#2137) fix(ssa): Do not optimize for allocates in constant folding (#2466) feat(ssa): Reuse existing results for duplicated instructions with no side-effects (#2460) fix: Closure lvalue capture bugfix (#2457) feat: Syntax for environment types now works with generics (#2383) fix(parser): fixes for the parsing of 'where' clauses (#2430) fix: Run `wasm` nodejs tests with no fails (#2387) chore: Run `cargo fmt` (#2455) chore: Perform formatting changes to integration tests (#2448) ...
TomAFrench
added a commit
that referenced
this pull request
Aug 30, 2023
* master: (42 commits) fix(ssa): Handle right shift with constants (#2481) chore(noir): Release 0.10.4 (#2354) fix: Divide by zero should fail to satisfy constraints for `Field` and ints (#2475) fix(ssa): Remove padding from ToRadix call with constant inputs (#2479) fix: Implement handling of array aliasing in the mem2reg optimization pass (#2463) chore: resolve `Instruction` inputs fully before checking against cache (#2472) chore: Move independent `run_test` function into nargo core (#2468) feat: Standard library functions can now be called with closure args (#2471) feat(frontend): aztec syntactic sugar (feature flagged) (#2403) chore(ci): enforce compliance with `cargo fmt` (#2467) chore(ci): Allow releases to have additional feature flags (#2405) feat: Add `assert_eq` keyword (#2137) fix(ssa): Do not optimize for allocates in constant folding (#2466) feat(ssa): Reuse existing results for duplicated instructions with no side-effects (#2460) fix: Closure lvalue capture bugfix (#2457) feat: Syntax for environment types now works with generics (#2383) fix(parser): fixes for the parsing of 'where' clauses (#2430) fix: Run `wasm` nodejs tests with no fails (#2387) chore: Run `cargo fmt` (#2455) chore: Perform formatting changes to integration tests (#2448) ...
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.10.4 (2023-08-29)
Features
assert_eq
keyword (#2137) (b467a2d)test(should_fail)
attribute for tests that are meant to fail (#2418) (74af99d)acvm
0.22.0 (#2363) (e050fab)Bug Fixes
Field
and ints (#2475) (1b85816)T
inexpected T, found T
error on tuple assignment (#2360) (c964ee8)wasm
nodejs tests with no fails (#2387) (67b6710)This PR was generated with Release Please. See documentation.