From d65309effde3663d70a4d95ae75ff2b13af2c874 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:56:28 +0400 Subject: [PATCH] chore(main): release 0.150.13 (#67) :robot: I have created a release *beep* *boop* --- ## [0.150.13](https://github.com/matter-labs/zksync-protocol/compare/v0.150.12...v0.150.13) (2024-11-18) ### Miscellaneous Chores * bump crypto crates to 0.30.7 ([#66](https://github.com/matter-labs/zksync-protocol/issues/66)) ([e7f89fb](https://github.com/matter-labs/zksync-protocol/commit/e7f89fb306d12758ce60da16f3f1f921b7af3b55)) --- 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 e5606aa..411d629 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.12" + ".": "0.150.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d3fb2..af2d009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.150.13](https://github.com/matter-labs/zksync-protocol/compare/v0.150.12...v0.150.13) (2024-11-18) + + +### Miscellaneous Chores + +* bump crypto crates to 0.30.7 ([#66](https://github.com/matter-labs/zksync-protocol/issues/66)) ([e7f89fb](https://github.com/matter-labs/zksync-protocol/commit/e7f89fb306d12758ce60da16f3f1f921b7af3b55)) + ## [0.150.12](https://github.com/matter-labs/zksync-protocol/compare/v0.150.11...v0.150.12) (2024-11-06) diff --git a/Cargo.toml b/Cargo.toml index 0e1e0fc..8795bd6 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.12" +version = "0.150.13" 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.12", path = "crates/circuit_definitions" } -circuit_encodings = { version = "=0.150.12", path = "crates/circuit_encodings" } -circuit_sequencer_api = { version = "=0.150.12", path = "crates/circuit_sequencer_api" } -kzg = { version = "=0.150.12", path = "crates/kzg", package = "zksync_kzg" } -zk_evm = { version = "=0.150.12", path = "crates/zk_evm" } -zk_evm_abstractions = { version = "=0.150.12", path = "crates/zk_evm_abstractions" } -zkevm_circuits = { version = "=0.150.12", path = "crates/zkevm_circuits" } -zkevm_opcode_defs = { version = "=0.150.12", path = "crates/zkevm_opcode_defs" } -zkevm_test_harness = { version = "=0.150.12", path = "crates/zkevm_test_harness" } -zkevm-assembly = { version = "=0.150.12", path = "crates/zkEVM-assembly" } +circuit_definitions = { version = "=0.150.13", path = "crates/circuit_definitions" } +circuit_encodings = { version = "=0.150.13", path = "crates/circuit_encodings" } +circuit_sequencer_api = { version = "=0.150.13", path = "crates/circuit_sequencer_api" } +kzg = { version = "=0.150.13", path = "crates/kzg", package = "zksync_kzg" } +zk_evm = { version = "=0.150.13", path = "crates/zk_evm" } +zk_evm_abstractions = { version = "=0.150.13", path = "crates/zk_evm_abstractions" } +zkevm_circuits = { version = "=0.150.13", path = "crates/zkevm_circuits" } +zkevm_opcode_defs = { version = "=0.150.13", path = "crates/zkevm_opcode_defs" } +zkevm_test_harness = { version = "=0.150.13", path = "crates/zkevm_test_harness" } +zkevm-assembly = { version = "=0.150.13", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository snark_wrapper = "=0.30.7"