Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

chore: Release 0.12.0 #263

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 5, 2023

πŸ€– I have created a release beep boop

root: 0.12.0

0.12.0 (2023-05-17)

⚠ BREAKING CHANGES

  • remove deprecated circuit hash functions (#288)
  • allow backends to specify support for all opcode variants (#273)
  • acvm: Add CommonReferenceString backend trait (#231)
  • Introduce WitnessMap data structure to avoid leaking internal structure (#252)
  • use struct variants for blackbox function calls (#269)
  • acvm: Backend trait must implement Debug (#275)
  • remove OpcodeResolutionError::UnexpectedOpcode (#274)
  • acvm: rename hash_to_field128_security to hash_to_field_128_security (#271)
  • acvm: update black box solver interfaces to match pwg:black_box::solve (#268)
  • acvm: expose separate solvers for AND and XOR opcodes (#266)
  • acvm: Simplification pass for ACIR (#151)
  • Remove solve from PWG trait & introduce separate solvers for each blackbox (#257)

Features

  • acvm: Add CommonReferenceString backend trait (#231) (eeddcf1)
  • acvm: Simplification pass for ACIR (#151) (7bc42c6)
  • acvm: update black box solver interfaces to match pwg:black_box::solve (#268) (0098b7d)
  • Introduce WitnessMap data structure to avoid leaking internal structure (#252) (b248e60)
  • Remove solve from PWG trait & introduce separate solvers for each blackbox (#257) (3f3dd74)
  • use struct variants for blackbox function calls (#269) (a83333b)

Bug Fixes

  • acir: Hide variants of WitnessMapError and export it from package (#283) (bbd9ab7)

Miscellaneous Chores

  • acvm: Backend trait must implement Debug (#275) (3288b4c)
  • acvm: expose separate solvers for AND and XOR opcodes (#266) (84b5d18)
  • acvm: rename hash_to_field128_security to hash_to_field_128_security (#271) (fad9af2)
  • allow backends to specify support for all opcode variants (#273) (efd37fe)
  • remove OpcodeResolutionError::UnexpectedOpcode (#274) (0e71aac)
  • remove deprecated circuit hash functions (#288) (1a22c75)
acir: 0.12.0

0.12.0 (2023-05-17)

⚠ BREAKING CHANGES

  • Introduce WitnessMap data structure to avoid leaking internal structure (#252)
  • use struct variants for blackbox function calls (#269)
  • acvm: Simplification pass for ACIR (#151)

Features

  • acvm: Simplification pass for ACIR (#151) (7bc42c6)
  • Introduce WitnessMap data structure to avoid leaking internal structure (#252) (b248e60)
  • use struct variants for blackbox function calls (#269) (a83333b)

Bug Fixes

  • acir: Hide variants of WitnessMapError and export it from package (#283) (bbd9ab7)
acir_field: 0.12.0

0.12.0 (2023-05-17)

Miscellaneous Chores

  • acir_field: Synchronize undefined versions
acvm: 0.12.0

0.12.0 (2023-05-17)

⚠ BREAKING CHANGES

  • remove deprecated circuit hash functions (#288)
  • allow backends to specify support for all opcode variants (#273)
  • acvm: Add CommonReferenceString backend trait (#231)
  • Introduce WitnessMap data structure to avoid leaking internal structure (#252)
  • use struct variants for blackbox function calls (#269)
  • acvm: Backend trait must implement Debug (#275)
  • remove OpcodeResolutionError::UnexpectedOpcode (#274)
  • acvm: rename hash_to_field128_security to hash_to_field_128_security (#271)
  • acvm: update black box solver interfaces to match pwg:black_box::solve (#268)
  • acvm: expose separate solvers for AND and XOR opcodes (#266)
  • acvm: Simplification pass for ACIR (#151)
  • Remove solve from PWG trait & introduce separate solvers for each blackbox (#257)

Features

  • acvm: Add CommonReferenceString backend trait (#231) (eeddcf1)
  • acvm: Simplification pass for ACIR (#151) (7bc42c6)
  • acvm: update black box solver interfaces to match pwg:black_box::solve (#268) (0098b7d)
  • Introduce WitnessMap data structure to avoid leaking internal structure (#252) (b248e60)
  • Remove solve from PWG trait & introduce separate solvers for each blackbox (#257) (3f3dd74)
  • use struct variants for blackbox function calls (#269) (a83333b)

Miscellaneous Chores

  • acvm: Backend trait must implement Debug (#275) (3288b4c)
  • acvm: expose separate solvers for AND and XOR opcodes (#266) (84b5d18)
  • acvm: rename hash_to_field128_security to hash_to_field_128_security (#271) (fad9af2)
  • allow backends to specify support for all opcode variants (#273) (efd37fe)
  • remove OpcodeResolutionError::UnexpectedOpcode (#274) (0e71aac)
  • remove deprecated circuit hash functions (#288) (1a22c75)
acvm_stdlib: 0.12.0

0.12.0 (2023-05-17)

Miscellaneous Chores

  • acvm_stdlib: Synchronize undefined versions

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from c886996 to 4f25c34 Compare May 8, 2023 08:17
phated
phated previously requested changes May 8, 2023
Copy link
Contributor

@phated phated left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking this by the need to get the CommonReferenceString trait landed (#231)

@github-actions github-actions bot force-pushed the release-please--branches--master branch 9 times, most recently from 4732c3c to 2a6aff4 Compare May 16, 2023 09:25
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 2a6aff4 to bd15f8b Compare May 17, 2023 14:31
@kevaundray kevaundray dismissed phated’s stale review May 17, 2023 16:52

The PR in question has been merged

@kevaundray kevaundray enabled auto-merge May 17, 2023 16:52
@kevaundray kevaundray added this pull request to the merge queue May 17, 2023
Merged via the queue into master with commit 49d32da May 17, 2023
@github-actions
Copy link
Contributor Author

πŸ€– Release is at https://github.com/noir-lang/acvm/releases/tag/root-v0.12.0 🌻

@github-actions
Copy link
Contributor Author

πŸ€– Release is at https://github.com/noir-lang/acvm/releases/tag/acir-v0.12.0 🌻

@github-actions
Copy link
Contributor Author

πŸ€– Release is at https://github.com/noir-lang/acvm/releases/tag/acir_field-v0.12.0 🌻

@github-actions
Copy link
Contributor Author

πŸ€– Release is at https://github.com/noir-lang/acvm/releases/tag/acvm-v0.12.0 🌻

@github-actions
Copy link
Contributor Author

πŸ€– Release is at https://github.com/noir-lang/acvm/releases/tag/acvm_stdlib-v0.12.0 🌻

TomAFrench added a commit that referenced this pull request May 17, 2023
* master:
  chore: Release 0.12.0 (#263)
  chore!: remove deprecated circuit hash functions (#288)
@phated phated deleted the release-please--branches--master branch May 17, 2023 17:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants