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

chore: Release 0.5.0 #92

Merged
merged 2 commits into from
Feb 24, 2023
Merged

chore: Release 0.5.0 #92

merged 2 commits into from
Feb 24, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 11, 2023

πŸ€– I have created a release beep boop

root: 0.5.0

0.5.0 (2023-02-22)

⚠ BREAKING CHANGES

  • acvm: switch to accepting public inputs as a map (#96)
  • acvm: add eth_contract_from_vk to `SmartContract
  • update ProofSystemCompiler to not take ownership of keys (#111)
  • update ProofSystemCompiler methods to take &Circuit (#108)
  • acir: make PublicInputs use a BTreeSet rather than Vec (#99)
  • refactor ToRadix to ToRadixLe and ToRadixBe (#58)
  • acir: Add keccak256 Opcode (#91)
  • Reorganise compiler in terms of optimisers and transformers (#88)

Features

  • acir: Add keccak256 Opcode (#91) (b909146)
  • acir: make PublicInputs use a BTreeSet rather than Vec (#99) (53666b7)
  • acvm: add eth_contract_from_vk to `SmartContract (#113) (373c18f)
  • acvm: switch to accepting public inputs as a map (#96) (f57ba57)
  • ci: Add release workflow (#89) (db8e828)
  • ci: Publish crates upon release (#104) (b265920)
  • update ProofSystemCompiler methods to take &Circuit (#108) (af56ca9)
  • update ProofSystemCompiler to not take ownership of keys (#111) (39b8a41)
  • Update Arkworks' dependencies on acir_field (#69) (65d6130)

Bug Fixes

  • ci: Update dependency versions in the workspace file (#103) (9acc266)
  • Clean up Log Directive hex output (#97) (d23c735)

Miscellaneous Chores

  • refactor ToRadix to ToRadixLe and ToRadixBe (#58) (2427a27)
  • Reorganiser compiler in terms of optimisers and transformers (#88) (9329307)
acir: 0.5.0

0.5.0 (2023-02-22)

⚠ BREAKING CHANGES

  • acir: make PublicInputs use a BTreeSet rather than Vec (#99)
  • refactor ToRadix to ToRadixLe and ToRadixBe (#58)
  • acir: Add keccak256 Opcode (#91)

Features

  • acir: Add keccak256 Opcode (#91) (b909146)
  • acir: make PublicInputs use a BTreeSet rather than Vec (#99) (53666b7)

Miscellaneous Chores

  • refactor ToRadix to ToRadixLe and ToRadixBe (#58) (2427a27)
  • Reorganiser compiler in terms of optimisers and transformers (#88) (9329307)
acir_field: 0.5.0

0.5.0 (2023-02-22)

Features

  • Update Arkworks' dependencies on acir_field (#69) (65d6130)
acvm: 0.5.0

0.5.0 (2023-02-22)

⚠ BREAKING CHANGES

  • acvm: switch to accepting public inputs as a map (#96)
  • acvm: add eth_contract_from_vk to `SmartContract
  • update ProofSystemCompiler to not take ownership of keys (#111)
  • update ProofSystemCompiler methods to take &Circuit (#108)
  • refactor ToRadix to ToRadixLe and ToRadixBe (#58)
  • Reorganise compiler in terms of optimisers and transformers (#88)

Features

  • acvm: add eth_contract_from_vk to `SmartContract (373c18f)
  • acvm: add eth_contract_from_vk to `SmartContract (#113) (373c18f)
  • acvm: switch to accepting public inputs as a map (#96) (f57ba57)
  • update ProofSystemCompiler methods to take &Circuit (#108) (af56ca9)
  • update ProofSystemCompiler to not take ownership of keys (#111) (39b8a41)

Bug Fixes

  • Clean up Log Directive hex output (#97) (d23c735)

Miscellaneous Chores

  • refactor ToRadix to ToRadixLe and ToRadixBe (#58) (2427a27)
  • Reorganise compiler in terms of optimisers and transformers (#88) (9329307)
acvm_stdlib: 0.5.0

0.5.0 (2023-02-22)

⚠ BREAKING CHANGES

  • refactor ToRadix to ToRadixLe and ToRadixBe (#58)

Miscellaneous Chores

  • refactor ToRadix to ToRadixLe and ToRadixBe (#58) (2427a27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • acir bumped from 0.4.1 to 0.5.0

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot changed the title chore: Release 0.4.2 chore: Release 0.5.0 Feb 14, 2023
@github-actions github-actions bot force-pushed the release-please--branches--master branch 6 times, most recently from d7a1b7e to 836d6cc Compare February 17, 2023 21:36
phated
phated previously requested changes Feb 17, 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.

I'm guessing this isn't planned to be released soon but I wanted to block on resolution of #103 since the dependencies will be wrong without it.

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 836d6cc to 6717092 Compare February 17, 2023 23:14
@phated phated dismissed their stale review February 18, 2023 18:00

103 was merged

@github-actions github-actions bot force-pushed the release-please--branches--master branch 4 times, most recently from e8ba9bf to 0e79dba Compare February 22, 2023 15:18
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 0e79dba to b8be1da Compare February 22, 2023 19:26
@TomAFrench TomAFrench merged commit b407f18 into master Feb 24, 2023
@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor Author

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