From 0590020c847699864b0fb6fe0f51114d5170a76a Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:05:20 +0400 Subject: [PATCH] chore(main): release 0.150.5 (#34) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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 | 15 +++++++++++++++ Cargo.toml | 22 +++++++++++----------- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f607001..29e60cf 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 e69de29..d8b2aba 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)) diff --git a/Cargo.toml b/Cargo.toml index 2b0c207..a5e63e1 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"