Skip to content

chore: Release Noir(0.37.0)#6321

Merged
TomAFrench merged 3 commits intomasterfrom
release-please--branches--master
Oct 31, 2024
Merged

chore: Release Noir(0.37.0)#6321
TomAFrench merged 3 commits intomasterfrom
release-please--branches--master

Conversation

@noirwhal
Copy link
Contributor

@noirwhal noirwhal commented Oct 23, 2024

🤖 I have created a release beep boop

0.37.0

0.37.0 (2024-10-31)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • (formatter) correctly format quote delimiters (#6377) (b42accf)
  • (formatter) indent after infix lhs (#6331) (c891ffd)
  • (LSP) check visibility of module that re-exports item, if any (#6371) (a4fc6e8)
  • Aliases in path (#6399) (be882f1)
  • Allow globals in format strings (#6382) (15c729a)
  • Allow type aliases in let patterns (#6356) (91c0842)
  • Always inline derive_generators (#6350) (7c98b36)
  • Better formatting of leading/trailing line/block comments in expression lists (#6338) (3299c25)
  • Display every bit in integer tokens (#6360) (b985fdf)
  • Distinguish TypePath with and without turbofish (#6404) (0e974c2)
  • Fix panic in comptime code (#6361) (2f37610)
  • Formatter didn't format >>= well (#6337) (598230d)
  • LSP auto-import would import public item inside private module (#6366) (51eb295)
  • Make keccak256 work with input lengths greater than 136 bytes (#6393) (07c9322)
  • Mutable global pattern didn't have a span (#6328) (5a6dae9)
  • Numeric generic doesn't have a default type (#6405) (3a073f7)
  • Remove assumed parent traits (#6365) (83d29f2)
  • Slightly better formatting of empty blocks with comments (#6367) (da72979)
  • ssa: Do not mark an array from a parameter mutable (#6355) (bcd8976)

Miscellaneous Chores

0.53.0

0.53.0 (2024-10-31)

⚠ BREAKING CHANGES

Features

Bug Fixes

Miscellaneous Chores

Code Refactoring


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 23, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2024

@noirwhal noirwhal changed the title chore: Release Noir() chore: Release Noir(0.36.1) Oct 23, 2024
@noirwhal noirwhal force-pushed the release-please--branches--master branch 11 times, most recently from 46121d9 to e6e600b Compare October 24, 2024 20:37
@noirwhal noirwhal changed the title chore: Release Noir(0.36.1) chore: Release Noir(0.37.0) Oct 24, 2024
@noirwhal noirwhal force-pushed the release-please--branches--master branch 14 times, most recently from b8304ce to 322db09 Compare October 25, 2024 21:11
@noirwhal noirwhal force-pushed the release-please--branches--master branch 10 times, most recently from 195a10b to b221fb2 Compare October 31, 2024 17:23
@noirwhal noirwhal force-pushed the release-please--branches--master branch from b6bc20b to 47c5210 Compare October 31, 2024 17:43
@TomAFrench TomAFrench self-requested a review October 31, 2024 17:44
@github-actions
Copy link
Contributor

FYI @noir-lang/developerrelations on Noir doc changes.

@TomAFrench TomAFrench added this pull request to the merge queue Oct 31, 2024
Merged via the queue into master with commit 5ae0dfc Oct 31, 2024
@TomAFrench TomAFrench deleted the release-please--branches--master branch October 31, 2024 18:20
@noirwhal
Copy link
Contributor Author

AztecBot pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Nov 1, 2024
…oir-lang/noir#6416)

chore: create a regression test for #6420 (noir-lang/noir#6421)
chore: Release Noir(0.37.0) (noir-lang/noir#6321)
chore: update variable names in stdlib tests to be more correct (noir-lang/noir#6419)
feat!: remove mimc from stdlib (noir-lang/noir#6402)
chore: Replace dead link with updated route in README (noir-lang/noir#6392)
feat(ci): Add report of Brillig opcodes executed (noir-lang/noir#6396)
feat: improve malformed test attribute error (noir-lang/noir#6414)
fix: aliases in path (noir-lang/noir#6399)
feat(profiler): Add Brillig procedure info to debug artifact for more informative profiling (noir-lang/noir#6385)
chore(lsp): Remove profile code lens (noir-lang/noir#6411)
chore(nargo): Remove old profile as part of info cmd (noir-lang/noir#6406)
fix: distinguish TypePath with and without turbofish (noir-lang/noir#6404)
fix: numeric generic doesn't have a default type (noir-lang/noir#6405)
feat: Sync from aztec-packages (noir-lang/noir#6403)
chore: add regression tests for #4372 (noir-lang/noir#6401)
chore: add regression tests for #6314 (noir-lang/noir#6381)
AztecBot pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Nov 1, 2024
…ir#6416)

chore: create a regression test for #6420 (noir-lang/noir#6421)
chore: Release Noir(0.37.0) (noir-lang/noir#6321)
chore: update variable names in stdlib tests to be more correct (noir-lang/noir#6419)
feat!: remove mimc from stdlib (noir-lang/noir#6402)
chore: Replace dead link with updated route in README (noir-lang/noir#6392)
feat(ci): Add report of Brillig opcodes executed (noir-lang/noir#6396)
feat: improve malformed test attribute error (noir-lang/noir#6414)
fix: aliases in path (noir-lang/noir#6399)
feat(profiler): Add Brillig procedure info to debug artifact for more informative profiling (noir-lang/noir#6385)
chore(lsp): Remove profile code lens (noir-lang/noir#6411)
chore(nargo): Remove old profile as part of info cmd (noir-lang/noir#6406)
fix: distinguish TypePath with and without turbofish (noir-lang/noir#6404)
fix: numeric generic doesn't have a default type (noir-lang/noir#6405)
feat: Sync from aztec-packages (noir-lang/noir#6403)
chore: add regression tests for #4372 (noir-lang/noir#6401)
chore: add regression tests for #6314 (noir-lang/noir#6381)
AztecBot pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Nov 1, 2024
…oir#6415)

fix: fix Alias and Error kinds (noir-lang/noir#6426)
fix: type-check turbofish in trait before function call (noir-lang/noir#6416)
chore: create a regression test for #6420 (noir-lang/noir#6421)
chore: Release Noir(0.37.0) (noir-lang/noir#6321)
chore: update variable names in stdlib tests to be more correct (noir-lang/noir#6419)
feat!: remove mimc from stdlib (noir-lang/noir#6402)
chore: Replace dead link with updated route in README (noir-lang/noir#6392)
feat(ci): Add report of Brillig opcodes executed (noir-lang/noir#6396)
feat: improve malformed test attribute error (noir-lang/noir#6414)
fix: aliases in path (noir-lang/noir#6399)
feat(profiler): Add Brillig procedure info to debug artifact for more informative profiling (noir-lang/noir#6385)
chore(lsp): Remove profile code lens (noir-lang/noir#6411)
chore(nargo): Remove old profile as part of info cmd (noir-lang/noir#6406)
fix: distinguish TypePath with and without turbofish (noir-lang/noir#6404)
fix: numeric generic doesn't have a default type (noir-lang/noir#6405)
feat: Sync from aztec-packages (noir-lang/noir#6403)
chore: add regression tests for #4372 (noir-lang/noir#6401)
chore: add regression tests for #6314 (noir-lang/noir#6381)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants