-
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(noir): Release 0.9.0 #1893
Merged
kevaundray
merged 2 commits into
master
from
release-please--branches--master--components--noir
Jul 25, 2023
Merged
chore(noir): Release 0.9.0 #1893
kevaundray
merged 2 commits into
master
from
release-please--branches--master--components--noir
Jul 25, 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
from
July 8, 2023 10:07
52cb192
to
f263e5b
Compare
TomAFrench
previously requested changes
Jul 9, 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.
0.8.0 appears to be broken because acvm-backend-barretenberg is being built from a patch dependency. Blocking until fixed.
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
3 times, most recently
from
July 10, 2023 12:41
65647fa
to
5e12fd5
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
7 times, most recently
from
July 11, 2023 02:18
e95e228
to
c48dee9
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
3 times, most recently
from
July 12, 2023 19:17
0442f7d
to
9f1e9a4
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
11 times, most recently
from
July 17, 2023 13:51
2f61cc5
to
09fd17d
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
17 times, most recently
from
July 25, 2023 18:13
17389fb
to
773a4d7
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
from
July 25, 2023 20:52
c370da1
to
7761744
Compare
@TomAFrench or @vezenovm can you review? |
vezenovm
approved these changes
Jul 25, 2023
kevaundray
deleted the
release-please--branches--master--components--noir
branch
July 25, 2023 22:53
🤖 Release is at https://github.com/noir-lang/noir/releases/tag/v0.9.0 🌻 |
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.9.0 (2023-07-25)
⚠ BREAKING CHANGES
Features
nargo build
as alias fornargo compile
(#1940) (13618d4)nargo init
command (#1859) (2d87c87)nargo prove -p {crate_name}
(#1930) (266126f)Bug Fixes
9_conditional
end to end test (#1951) (2f6741f)regression
end to end test (#1965) (59f92e3)follow_bindings
when checking if a type can be casted (#2022) (537c2bd)FileManager
with a root and normalize filenames against it (#1881) (50c1648)CrateId
from others (#1895) (211e251)Opcode
s in correct order fromGeneratedAcir::radix_le_decompose
(#1903) (e5fe839)GeneratedAcir::radix_le_decompose
(e5fe839)&mut
method with an&mut
object type (#1947) (73c2e94)occurs
check before binding function types (#2027) (1544786)if
andfor
from parsing constructor expressions (#1916) (6d3029a)This PR was generated with Release Please. See documentation.