-
Notifications
You must be signed in to change notification settings - Fork 204
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.0 #2039
Merged
TomAFrench
merged 2 commits into
master
from
release-please--branches--master--components--noir
Aug 15, 2023
Merged
chore(noir): Release 0.10.0 #2039
TomAFrench
merged 2 commits into
master
from
release-please--branches--master--components--noir
Aug 15, 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
22 times, most recently
from
August 1, 2023 22:14
25de133
to
86a87a0
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
7 times, most recently
from
August 2, 2023 16:51
da92b28
to
a0652a1
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
9 times, most recently
from
August 15, 2023 13:24
f4b4d31
to
c27df4e
Compare
@TomAFrench can you take a look at this and or are there items that we want to add into 0.10? |
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
4 times, most recently
from
August 15, 2023 18:25
c68b742
to
7a8affc
Compare
kevaundray
force-pushed
the
release-please--branches--master--components--noir
branch
from
August 15, 2023 18:32
f8541a6
to
3e85bf8
Compare
TomAFrench
previously approved these changes
Aug 15, 2023
TomAFrench
approved these changes
Aug 15, 2023
TomAFrench
deleted the
release-please--branches--master--components--noir
branch
August 15, 2023 19:02
🤖 Release is at https://github.com/noir-lang/noir/releases/tag/v0.10.0 🌻 |
TomAFrench
added a commit
that referenced
this pull request
Aug 15, 2023
* master: (26 commits) chore(noir): Release 0.10.0 (#2039) fix(lsp): Ensure lsp does not crawl past the root specified (#2322) fix: Prevent panic when passing relative paths to `--program-dir` (#2324) fix: Overflowing assignment will result in an error (#2321) chore: clippy fixes (#2320) chore: Parameterize the build mode for noir-wasm (#2317) chore: Make `wasm` tests pull from `result` directory (#2319) chore: Fix typo (#2315) chore: Reuse workspace target directory in wasm build script (#2312) feat(nargo): Add `--workspace` flag to run commands in every package (#2313) chore(frontend): Replace `ModuleOrigin` with `Location` on `ModuleData` (#2308) fix: Fix 3 parser test cases in parsing (#2284) fix: Require package names to be non-empty (#2293) fix(nargo)!: Remove `-p` short flag from the `--program-dir` flag (#2300) feat: optionally output a debug artifact on compile (#2260) chore: `nargo info` now prints information as a prettified table (#2282) fix(lsp): Pass `--program-dir` to test command from codelens (#2292) fix(nargo): Allow `--program-dir` flag anywhere in a command (#2290) feat: Execute brillig opcodes with constant inputs at compile-time (#2190) feat: Add basic benchmarking (#2213) ...
TomAFrench
added a commit
that referenced
this pull request
Aug 16, 2023
* master: (34 commits) chore: move orphaned integration tests to new directory (#2331) chore(noir): Release 0.10.1 (#2328) feat(ssa): Switch mem2reg pass to be per function rather than per block (#2243) feat(ssa): Perform dead instruction elimination on intrinsic functions (#2276) feat: Add full call stacks to runtime errors (#2310) chore(ci): fix mismatched input name to publish workflow (#2327) chore: add README for integration test structure (#2277) feat: Improved error message for unexpected return type (#2302) feat(stdlib): Implement `str` `as_bytes` and `into_bytes` function (#2298) chore(ci): automatically convert changelog entries to sentence case (#2325) chore(noir): Release 0.10.0 (#2039) fix(lsp): Ensure lsp does not crawl past the root specified (#2322) fix: Prevent panic when passing relative paths to `--program-dir` (#2324) fix: Overflowing assignment will result in an error (#2321) chore: clippy fixes (#2320) chore: Parameterize the build mode for noir-wasm (#2317) chore: Make `wasm` tests pull from `result` directory (#2319) chore: Fix typo (#2315) chore: Reuse workspace target directory in wasm build script (#2312) feat(nargo): Add `--workspace` flag to run commands in every package (#2313) ...
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.0 (2023-08-15)
⚠ BREAKING CHANGES
-p
short flag from the--program-dir
flag (#2300)--contracts
flag withcontract
package type (#2204)flat_witness
feature flag (#2208)type
be specified in Nargo.toml (#2134)--name
flag (#2144)Features
assert_constant
(#2242) (a72daa4)deprecated
attribute (#2041) (9e2cf6f)Option<T>
to noir stdlib (#1781) (920a900)--name
flag (#2144) (e932599)--exact
flag tonargo test
(#2272) (1ad9199)--workspace
flag to run commands in every package (#2313) (d6deb0c)nargo check
(#2267) (3d1b252)--contracts
flag withcontract
package type (#2204) (968e12c)type
be specified in Nargo.toml (#2134) (1c991d0)x < 0
for unsignedx
to false (#2206) (25bc969)comptime
and warn upon usage (#2178) (98d0de3)mul_with_witness
(#2078) (9f3198e)AND
s with multiplication (#1954) (435ab35)contract
package type innargo info
command (#2249) (d309cc0)Bug Fixes
two_complement
(#2081) (63c4da0)mut
and&mut
are used (#2264) (b07a7ff).len()
in Acir-Gen (#2077) (ab61e3a)Nargo.toml
(#2226) (8846bf2)--program-dir
to test command from codelens (#2292) (92e1802)--program-dir
flag anywhere in a command (#2290) (7834fce)-p
short flag from the--program-dir
flag (#2300) (cc2af74)nargo info
(b30b3f4)nargo info
(#2259) (b30b3f4)--program-dir
(#2324) (9eb45da)name
option innargo new
(#2183) (68f5887)Option::value
toOption::_value
(#2127) (8a1ace7)tecurve::contains
formula (#1821) (6a10ecf)Miscellaneous Chores
flat_witness
feature flag (#2208) (32d52d3)This PR was generated with Release Please. See documentation.