From fb09cb3bd949af68572d98886905f55e9ae77eaf Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:56:05 +0400 Subject: [PATCH] chore(main): release 0.150.16 (#72) :robot: I have created a release *beep* *boop* --- ## [0.150.16](https://github.com/matter-labs/zksync-protocol/compare/v0.150.15...v0.150.16) (2024-11-21) ### Features * Support stable compiler for circuit_sequencer_api ([#58](https://github.com/matter-labs/zksync-protocol/issues/58)) ([f318e65](https://github.com/matter-labs/zksync-protocol/commit/f318e6537a20ef12244fb611a03778b203f986d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 22 +++++++++++----------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 37907d6..e029712 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.15" + ".": "0.150.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b69289..3d649ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.150.16](https://github.com/matter-labs/zksync-protocol/compare/v0.150.15...v0.150.16) (2024-11-21) + + +### Features + +* Support stable compiler for circuit_sequencer_api ([#58](https://github.com/matter-labs/zksync-protocol/issues/58)) ([f318e65](https://github.com/matter-labs/zksync-protocol/commit/f318e6537a20ef12244fb611a03778b203f986d0)) + ## [0.150.15](https://github.com/matter-labs/zksync-protocol/compare/v0.150.14...v0.150.15) (2024-11-20) diff --git a/Cargo.toml b/Cargo.toml index 2b6ff7b..aaac4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [workspace.package] # All the packages in the workspace should have the same version -version = "0.150.15" +version = "0.150.16" edition = "2021" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/" @@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"] categories = ["cryptography"] [workspace.dependencies] -circuit_definitions = { version = "=0.150.15", path = "crates/circuit_definitions" } -circuit_encodings = { version = "=0.150.15", path = "crates/circuit_encodings" } -circuit_sequencer_api = { version = "=0.150.15", path = "crates/circuit_sequencer_api" } -kzg = { version = "=0.150.15", path = "crates/kzg", package = "zksync_kzg" } -zk_evm = { version = "=0.150.15", path = "crates/zk_evm" } -zk_evm_abstractions = { version = "=0.150.15", path = "crates/zk_evm_abstractions" } -zkevm_circuits = { version = "=0.150.15", path = "crates/zkevm_circuits" } -zkevm_opcode_defs = { version = "=0.150.15", path = "crates/zkevm_opcode_defs" } -zkevm_test_harness = { version = "=0.150.15", path = "crates/zkevm_test_harness" } -zkevm-assembly = { version = "=0.150.15", path = "crates/zkEVM-assembly" } +circuit_definitions = { version = "=0.150.16", path = "crates/circuit_definitions" } +circuit_encodings = { version = "=0.150.16", path = "crates/circuit_encodings" } +circuit_sequencer_api = { version = "=0.150.16", path = "crates/circuit_sequencer_api" } +kzg = { version = "=0.150.16", path = "crates/kzg", package = "zksync_kzg" } +zk_evm = { version = "=0.150.16", path = "crates/zk_evm" } +zk_evm_abstractions = { version = "=0.150.16", path = "crates/zk_evm_abstractions" } +zkevm_circuits = { version = "=0.150.16", path = "crates/zkevm_circuits" } +zkevm_opcode_defs = { version = "=0.150.16", path = "crates/zkevm_opcode_defs" } +zkevm_test_harness = { version = "=0.150.16", path = "crates/zkevm_test_harness" } +zkevm-assembly = { version = "=0.150.16", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository snark_wrapper = "=0.30.9"