Skip to content
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(0.19.5) #3610

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Conversation

kevaundray
Copy link
Contributor

@kevaundray kevaundray commented Nov 28, 2023

🤖 I have created a release beep boop

0.19.5

0.19.5 (2023-12-01)

Features

Bug Fixes

  • Corrected the formatting of error message parameters in index out of bounds error (#3630) (3bba386)
  • Do not simply divisions (#3664) (e5b981b)
  • Docker builds (#3620) (f3eac52)
  • Flatten public inputs according to their index in numerial rather than ascii order (#3605) (a1f6343)
  • Restrict fill_internal_slices pass to acir functions (#3634) (0cad9aa)
0.36.0

0.36.0 (2023-12-01)

⚠ BREAKING CHANGES

  • Move circuit serialization circuit into acir (#3345)
  • expose pedersen hash in acir and bb solver (#3269)
  • Switch to new pedersen implementation (#3151)
  • Pass ACIR to ACVM by reference rather than passing ownership (#2872)
  • wasm: improve and simplify wasm compiler interface (#2976)
  • Maintain shape of foreign call arguments (#2935)

Features

  • acvm_js: Export black box solver functions (#2812) (da8a98e)
  • acvm: Separate ACVM optimizations and transformations (#2979) (5865d1a)
  • Add FieldElement::from<usize> implementation (#3647) (8b7c5aa)
  • Add ACIR serializer C++ codegen (#2961) (7556982)
  • Add conditional compilation of methods based on the underlying field being used (#3045) (2e008e2)
  • Add debugger commands to introspect (and modify) the current state (#3391) (9e1ad85)
  • Aztec-packages (#3599) (2cd6dc3)
  • Expose pedersen hash in acir and bb solver (#3269) (0108b6c)
  • Extract Brillig VM to allow step debugging (#3259) (f6431f9)
  • Implement euclidean division and signed division in terms of AcirVars (#3230) (b8b7782)
  • Maintain shape of foreign call arguments (#2935) (f7869e6)
  • Pass ACIR to ACVM by reference rather than passing ownership (#2872) (b3a9c34)
  • Pass brillig bytecode to VM by reference (#3030) (4ee290b)
  • Refactor debugger and separate core from UI (#3308) (8466810)
  • Replace boolean range constraints with arithmetic opcodes (#3234) (949222c)
  • Save Brillig execution state in ACVM (#3026) (88682da)
  • Solve fixed_base_scalar_mul black box functions in rust (#3153) (1c1afbc)
  • Switch to new pedersen implementation (#3151) (35fb3f7)
  • wasm: Improve and simplify wasm compiler interface (#2976) (1b5124b)

Bug Fixes

  • ACIR optimizer should update assertion messages (#3010) (758b6b6)
  • acvm: Return false rather than panicking on invalid ECDSA signatures (#2783) (155abc0)
  • Determinism of fallback transformer (#3100) (12daad1)
  • Fix method program_counter, change method signature (#3012) (5ea522b)
  • Minor problems with aztec publishing (#3095) (0fc8f20)
  • Prevent duplicated assert message transformation (#3038) (082a6d0)
  • Return error rather than panicking on unreadable circuits (#3179) (d4f61d3)

Miscellaneous Chores

  • Move circuit serialization circuit into acir (#3345) (122119b)

This PR was generated with Release Please. See documentation.

@kevaundray kevaundray force-pushed the release-please--branches--master branch 7 times, most recently from cf33dd5 to 1524ee7 Compare November 29, 2023 01:43
@signorecello
Copy link
Contributor

Please don't merge before #3571

@kevaundray kevaundray force-pushed the release-please--branches--master branch 7 times, most recently from 4ca6283 to b24a3b5 Compare November 30, 2023 20:08
@TomAFrench
Copy link
Member

@kevaundray This isn't doing what we want. We're already updating the version numbers in the individual cargo.tomls, the issue is that the workspace Cargo.toml needs to be in sync.

from #3646

@kevaundray kevaundray force-pushed the release-please--branches--master branch 11 times, most recently from 933f5a6 to 5dd3496 Compare December 1, 2023 22:51
@kevaundray kevaundray force-pushed the release-please--branches--master branch from 5dd3496 to d29b895 Compare December 1, 2023 22:51
@kevaundray kevaundray merged commit d9e8101 into master Dec 1, 2023
24 checks passed
@kevaundray kevaundray deleted the release-please--branches--master branch December 1, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants