-
Notifications
You must be signed in to change notification settings - Fork 225
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(1.0.0-beta.2) #6914
Open
noirwhal
wants to merge
3
commits into
master
Choose a base branch
from
release-please--branches--master--components--noir
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: Release Noir(1.0.0-beta.2) #6914
noirwhal
wants to merge
3
commits into
master
from
release-please--branches--master--components--noir
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
Peak Memory Sample
|
Compilation Report
|
Execution Report
|
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Dec 23, 2024
🚀 Deployed on https://6789577561f67d61ad164659--noir-docs.netlify.app |
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
2 times, most recently
from
December 23, 2024 17:14
097d799
to
e0c7b2b
Compare
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
5 times, most recently
from
January 2, 2025 21:52
d619924
to
6fdd29f
Compare
Execution Memory Report
|
Compilation Memory Report
|
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
15 times, most recently
from
January 7, 2025 15:23
c4b1153
to
55d68df
Compare
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
7 times, most recently
from
January 13, 2025 20:30
b54b07b
to
4a40f7c
Compare
Savio-Sou
approved these changes
Jan 13, 2025
TomAFrench
requested changes
Jan 13, 2025
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.
bugs in here which cause issues for critical libs.
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
8 times, most recently
from
January 15, 2025 14:40
c45132b
to
68877c4
Compare
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
5 times, most recently
from
January 16, 2025 16:38
7909f0f
to
f140fcb
Compare
noirwhal
force-pushed
the
release-please--branches--master--components--noir
branch
from
January 16, 2025 18:42
7604814
to
ffa4b4e
Compare
FYI @noir-lang/developerrelations on Noir doc changes. |
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
1.0.0-beta.2 (2025-01-16)
⚠ BREAKING CHANGES
loop
statements (only frontend) (#7092)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076)StructDefinition::fields
and move old functionality toStructDefinition::fields_as_written
(#7067)unsafe
blocks and passing unconstrained functions in place of constrained functions (#6938)execute
(#6869)enum
andmatch
keywords (#6961)foo.bar()
) to have the trait in scope (imported) (#6895)aes128_encrypt
to return an array (#6973)jsonrpsee
for foreign calls; refactorrun_test
; foreign call layering (#6849)Features
--pedantic-solving
flag (#6716) (5b9a113)loop
statements (only frontend) (#7092) (48e613e)ConstrainNotEqual
instruction (#7032) (51180b9)inc_rc
instructions into ACIR (#7036) (2d316c2)execute
(#6869) (e71fcdf)unsafe
blocks and passing unconstrained functions in place of constrained functions (#6938) (2732947)StructDefinition::fields
and move old functionality toStructDefinition::fields_as_written
(#7067) (14a7e37)Foo::bar()
) to have the trait in scope (imported) (#6882) (a5447ed)foo.bar()
) to have the trait in scope (imported) (#6895) (d61633d)jsonrpsee
for foreign calls; refactorrun_test
; foreign call layering (#6849) (51a4d5d)aes128_encrypt
to return an array (#6973) (dcdccfc)Bug Fixes
u32
s (#6976) (bf474c0)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076) (f17b7cc)test_program_is_idempotent
on failure (#6942) (a690d96)Miscellaneous Chores
enum
andmatch
keywords (#6961) (e08f4fa)This PR was generated with Release Please. See documentation.