From 156415a96043266152920c6d3f34e9e08549d973 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:40:52 +0400 Subject: [PATCH 1/2] chore(main): release 0.150.5 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f6070013..29e60cf5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.4" + ".": "0.150.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..d8b2aba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.150.5](https://github.com/matter-labs/zksync-protocol/compare/v0.150.4...v0.150.5) (2024-09-06) + + +### Features + +* Bump crypto dependencies ([#40](https://github.com/matter-labs/zksync-protocol/issues/40)) ([407645f](https://github.com/matter-labs/zksync-protocol/commit/407645f349052b47f224fc24febdf8f1618341a7)) +* **ci:** Automatic releases on crates.io ([#24](https://github.com/matter-labs/zksync-protocol/issues/24)) ([24ff829](https://github.com/matter-labs/zksync-protocol/commit/24ff829f365b04948e349f9c5ad160d6e2eeae69)) +* Introduce release-please ([#12](https://github.com/matter-labs/zksync-protocol/issues/12)) ([4bb5cca](https://github.com/matter-labs/zksync-protocol/commit/4bb5cca0b113f06185201d10db31a73f0f56ea1e)) + + +### Bug Fixes + +* Fix hard static analysis errors ([#14](https://github.com/matter-labs/zksync-protocol/issues/14)) ([ce50752](https://github.com/matter-labs/zksync-protocol/commit/ce50752e8c277537c40e3e16cfd6bc6f7ab8e700)) From 68fbf92b0579a760cf24a2524fae89ffa47a8950 Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Fri, 6 Sep 2024 06:42:37 +0000 Subject: [PATCH 2/2] Update version in Cargo.toml --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b0c2076..a5e63e15 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.4" +version = "0.150.5" 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.4", path = "crates/circuit_definitions" } -circuit_encodings = { version = "=0.150.4", path = "crates/circuit_encodings" } -circuit_sequencer_api = { version = "=0.150.4", path = "crates/circuit_sequencer_api" } -kzg = { version = "=0.150.4", path = "crates/kzg", package = "zksync_kzg" } -zk_evm = { version = "=0.150.4", path = "crates/zk_evm" } -zk_evm_abstractions = { version = "=0.150.4", path = "crates/zk_evm_abstractions" } -zkevm_circuits = { version = "=0.150.4", path = "crates/zkevm_circuits" } -zkevm_opcode_defs = { version = "=0.150.4", path = "crates/zkevm_opcode_defs" } -zkevm_test_harness = { version = "=0.150.4", path = "crates/zkevm_test_harness" } -zkevm-assembly = { version = "=0.150.4", path = "crates/zkEVM-assembly" } +circuit_definitions = { version = "=0.150.5", path = "crates/circuit_definitions" } +circuit_encodings = { version = "=0.150.5", path = "crates/circuit_encodings" } +circuit_sequencer_api = { version = "=0.150.5", path = "crates/circuit_sequencer_api" } +kzg = { version = "=0.150.5", path = "crates/kzg", package = "zksync_kzg" } +zk_evm = { version = "=0.150.5", path = "crates/zk_evm" } +zk_evm_abstractions = { version = "=0.150.5", path = "crates/zk_evm_abstractions" } +zkevm_circuits = { version = "=0.150.5", path = "crates/zkevm_circuits" } +zkevm_opcode_defs = { version = "=0.150.5", path = "crates/zkevm_opcode_defs" } +zkevm_test_harness = { version = "=0.150.5", path = "crates/zkevm_test_harness" } +zkevm-assembly = { version = "=0.150.5", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository snark_wrapper = "=0.30.1"