From e59a4352eb11cf8c71e092f1458544bb8e830a3c Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:51:35 +0400 Subject: [PATCH] chore(main): release 0.150.21 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2235cf..f088c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.150.21](https://github.com/matter-labs/zksync-protocol/compare/v0.150.20...v0.150.21) - 2025-01-20 + +### Fixed + +- *(ci)* Update github-hosted runner label (#90) + ## [0.150.20](https://github.com/matter-labs/zksync-protocol/compare/v0.150.19...v0.150.20) - 2025-01-15 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8504462..e1bf06a 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.20" +version = "0.150.21" 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.20", path = "crates/circuit_definitions" } -circuit_encodings = { version = "=0.150.20", path = "crates/circuit_encodings" } -circuit_sequencer_api = { version = "=0.150.20", path = "crates/circuit_sequencer_api" } -kzg = { version = "=0.150.20", path = "crates/kzg", package = "zksync_kzg" } -zk_evm = { version = "=0.150.20", path = "crates/zk_evm" } -zk_evm_abstractions = { version = "=0.150.20", path = "crates/zk_evm_abstractions" } -zkevm_circuits = { version = "=0.150.20", path = "crates/zkevm_circuits" } -zkevm_opcode_defs = { version = "=0.150.20", path = "crates/zkevm_opcode_defs" } -zkevm_test_harness = { version = "=0.150.20", path = "crates/zkevm_test_harness" } -zkevm-assembly = { version = "=0.150.20", path = "crates/zkEVM-assembly" } +circuit_definitions = { version = "=0.150.21", path = "crates/circuit_definitions" } +circuit_encodings = { version = "=0.150.21", path = "crates/circuit_encodings" } +circuit_sequencer_api = { version = "=0.150.21", path = "crates/circuit_sequencer_api" } +kzg = { version = "=0.150.21", path = "crates/kzg", package = "zksync_kzg" } +zk_evm = { version = "=0.150.21", path = "crates/zk_evm" } +zk_evm_abstractions = { version = "=0.150.21", path = "crates/zk_evm_abstractions" } +zkevm_circuits = { version = "=0.150.21", path = "crates/zkevm_circuits" } +zkevm_opcode_defs = { version = "=0.150.21", path = "crates/zkevm_opcode_defs" } +zkevm_test_harness = { version = "=0.150.21", path = "crates/zkevm_test_harness" } +zkevm-assembly = { version = "=0.150.21", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository snark_wrapper = "=0.30.13"