From 4c571af6bb8c20fb448a95ae350aff1bff806de8 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:52:10 +0800 Subject: [PATCH 1/2] chore(main): release 0.155.5 --- .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 61e66c6..b09d7b0 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.155.4" + ".": "0.155.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 45891d8..d50068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.155.5](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.4...v0.155.5) (2025-12-16) + + +### Bug Fixes + +* **deps:** zksync_protocol deps ([#130](https://github.com/matter-labs/zksync-crypto-gpu/issues/130)) ([06ad63f](https://github.com/matter-labs/zksync-crypto-gpu/commit/06ad63fadba231a9cdedbdd7c1fce97c9df572f3)) + ## [0.155.4](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.3...v0.155.4) (2025-10-29) diff --git a/Cargo.toml b/Cargo.toml index 754e1f5..fcfc0ae 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.155.4" # x-release-please-version +version = "0.155.5" # x-release-please-version [workspace.dependencies] # Local dependencies From a2e4b762338464b8fed05c953279f98907553de6 Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Tue, 16 Dec 2025 15:52:49 +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 fcfc0ae..dc22926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,17 +15,17 @@ version = "0.155.5" # x-release-please-version [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.155.4", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.155.4", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.155.4", path = "crates/cudart" } -era_cudart_sys = { version = "=0.155.4", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.155.4", path = "crates/cudart-sys-bindings-generator" } -fflonk = { version = "=0.155.4", path = "crates/fflonk", package = "fflonk-cuda" } -gpu-ffi = { version = "=0.155.4", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.155.4", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.155.4", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.155.4", path = "crates/shivini" } -wrapper-prover = { version = "=0.155.4", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +boojum-cuda = { version = "=0.155.5", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.155.5", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.155.5", path = "crates/cudart" } +era_cudart_sys = { version = "=0.155.5", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.155.5", path = "crates/cudart-sys-bindings-generator" } +fflonk = { version = "=0.155.5", path = "crates/fflonk", package = "fflonk-cuda" } +gpu-ffi = { version = "=0.155.5", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.155.5", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.155.5", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.155.5", path = "crates/shivini" } +wrapper-prover = { version = "=0.155.5", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. # zksync-crypto repository