From 524ce5809eacd67468e6e5422c3956a2715808c4 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:34:52 +0400 Subject: [PATCH] chore(main): release 0.150.10 (#60) --- .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 ae82647..38a25b4 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.9" + ".": "0.150.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4621e14..0fa3b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.150.10](https://github.com/matter-labs/zksync-protocol/compare/v0.150.9...v0.150.10) (2024-10-31) + + +### Miscellaneous Chores + +* bump crypto deps ([#59](https://github.com/matter-labs/zksync-protocol/issues/59)) ([e4d42e2](https://github.com/matter-labs/zksync-protocol/commit/e4d42e2ab1ff9c3f7767a1515f8407bb651c106f)) + ## [0.150.9](https://github.com/matter-labs/zksync-protocol/compare/v0.150.8...v0.150.9) (2024-10-29) diff --git a/Cargo.toml b/Cargo.toml index d1c18c5..ffa2956 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.9" +version = "0.150.10" 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.9", path = "crates/circuit_definitions" } -circuit_encodings = { version = "=0.150.9", path = "crates/circuit_encodings" } -circuit_sequencer_api = { version = "=0.150.9", path = "crates/circuit_sequencer_api" } -kzg = { version = "=0.150.9", path = "crates/kzg", package = "zksync_kzg" } -zk_evm = { version = "=0.150.9", path = "crates/zk_evm" } -zk_evm_abstractions = { version = "=0.150.9", path = "crates/zk_evm_abstractions" } -zkevm_circuits = { version = "=0.150.9", path = "crates/zkevm_circuits" } -zkevm_opcode_defs = { version = "=0.150.9", path = "crates/zkevm_opcode_defs" } -zkevm_test_harness = { version = "=0.150.9", path = "crates/zkevm_test_harness" } -zkevm-assembly = { version = "=0.150.9", path = "crates/zkEVM-assembly" } +circuit_definitions = { version = "=0.150.10", path = "crates/circuit_definitions" } +circuit_encodings = { version = "=0.150.10", path = "crates/circuit_encodings" } +circuit_sequencer_api = { version = "=0.150.10", path = "crates/circuit_sequencer_api" } +kzg = { version = "=0.150.10", path = "crates/kzg", package = "zksync_kzg" } +zk_evm = { version = "=0.150.10", path = "crates/zk_evm" } +zk_evm_abstractions = { version = "=0.150.10", path = "crates/zk_evm_abstractions" } +zkevm_circuits = { version = "=0.150.10", path = "crates/zkevm_circuits" } +zkevm_opcode_defs = { version = "=0.150.10", path = "crates/zkevm_opcode_defs" } +zkevm_test_harness = { version = "=0.150.10", path = "crates/zkevm_test_harness" } +zkevm-assembly = { version = "=0.150.10", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository snark_wrapper = "=0.30.5"