From 8b8a3f2d8a63132716551ce8d1704486c7b34aa3 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:15:53 +0200 Subject: [PATCH 1/2] chore(main): release 0.154.3 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index fff5447..12e993e 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.154.2" + ".": "0.154.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c839c7..ef1dc51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.154.3](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.154.2...v0.154.3) (2025-06-04) + + +### Features + +* Loading setup for proving network ([#100](https://github.com/matter-labs/zksync-crypto-gpu/issues/100)) ([31b4967](https://github.com/matter-labs/zksync-crypto-gpu/commit/31b4967beb715bd6cf3674f891a8835b5f87bc76)) + ## [0.154.2](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.154.1...v0.154.2) (2025-05-02) diff --git a/Cargo.toml b/Cargo.toml index df60279..bc00116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["blockchain", "zksync"] categories = ["cryptography"] repository = "https://github.com/matter-labs/zksync-crypto-gpu" # All the packages in the workspace should have the same version -version = "0.154.2" # x-release-please-version +version = "0.154.3" # x-release-please-version [workspace.dependencies] # Local dependencies From 4d95b66fff6457dcb88373941e9824e518ea4a23 Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Wed, 4 Jun 2025 12:19:10 +0000 Subject: [PATCH 2/2] chore: update Cargo.lock --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc00116..270bcd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,17 +15,17 @@ version = "0.154.3" # x-release-please-version [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.154.2", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.154.2", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.154.2", path = "crates/cudart" } -era_cudart_sys = { version = "=0.154.2", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.154.2", path = "crates/cudart-sys-bindings-generator" } -fflonk = { version = "=0.154.2", path = "crates/fflonk", package = "fflonk-cuda" } -gpu-ffi = { version = "=0.154.2", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.154.2", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.154.2", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.154.2", path = "crates/shivini" } -wrapper-prover = { version = "=0.154.2", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +boojum-cuda = { version = "=0.154.3", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.154.3", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.154.3", path = "crates/cudart" } +era_cudart_sys = { version = "=0.154.3", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.154.3", path = "crates/cudart-sys-bindings-generator" } +fflonk = { version = "=0.154.3", path = "crates/fflonk", package = "fflonk-cuda" } +gpu-ffi = { version = "=0.154.3", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.154.3", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.154.3", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.154.3", path = "crates/shivini" } +wrapper-prover = { version = "=0.154.3", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. # zksync-crypto repository