From f958041d9fa3fe40d5152885d7326a83b06fe219 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:37:44 +0800 Subject: [PATCH 1/2] chore(main): release 0.155.9 --- .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 f4c0001..4ef00ed 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.155.8" + ".": "0.155.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9941c..4025b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.155.9](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.8...v0.155.9) (2026-02-20) + + +### Features + +* Update to rand 0.8 ([#138](https://github.com/matter-labs/zksync-crypto-gpu/issues/138)) ([fa67ae5](https://github.com/matter-labs/zksync-crypto-gpu/commit/fa67ae58e8e1f076aab04a1f8a94ef1717505ba5)) + ## [0.155.8](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.7...v0.155.8) (2026-02-12) diff --git a/Cargo.toml b/Cargo.toml index cf5d3ec..773bbd3 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.8" # x-release-please-version +version = "0.155.9" # x-release-please-version [workspace.dependencies] # Local dependencies From 3c5c1f612e0b9201aaaafc0b5e6b5c95a79b593e Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Fri, 20 Feb 2026 12:38:17 +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 773bbd3..020f24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,17 +15,17 @@ version = "0.155.9" # x-release-please-version [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.155.8", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.155.8", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.155.8", path = "crates/cudart" } -era_cudart_sys = { version = "=0.155.8", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.155.8", path = "crates/cudart-sys-bindings-generator" } -fflonk = { version = "=0.155.8", path = "crates/fflonk", package = "fflonk-cuda" } -gpu-ffi = { version = "=0.155.8", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.155.8", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.155.8", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.155.8", path = "crates/shivini" } -wrapper-prover = { version = "=0.155.8", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +boojum-cuda = { version = "=0.155.9", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.155.9", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.155.9", path = "crates/cudart" } +era_cudart_sys = { version = "=0.155.9", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.155.9", path = "crates/cudart-sys-bindings-generator" } +fflonk = { version = "=0.155.9", path = "crates/fflonk", package = "fflonk-cuda" } +gpu-ffi = { version = "=0.155.9", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.155.9", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.155.9", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.155.9", path = "crates/shivini" } +wrapper-prover = { version = "=0.155.9", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. # zksync-crypto repository