diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b09d7b0..9634443 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.155.5" + ".": "0.155.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d50068f..fe216e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.155.6](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.5...v0.155.6) (2026-01-20) + + +### Features + +* Bump dependencies & update cargo deny ([#132](https://github.com/matter-labs/zksync-crypto-gpu/issues/132)) ([113e76a](https://github.com/matter-labs/zksync-crypto-gpu/commit/113e76ad895b1e61b23e0d1b5825e92f367c6dee)) + ## [0.155.5](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.155.4...v0.155.5) (2025-12-16) diff --git a/Cargo.toml b/Cargo.toml index 8e9de70..6b1fbd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,21 +11,21 @@ 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.5" # x-release-please-version +version = "0.155.6" # x-release-please-version [workspace.dependencies] # Local dependencies -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" } +boojum-cuda = { version = "=0.155.6", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.155.6", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.155.6", path = "crates/cudart" } +era_cudart_sys = { version = "=0.155.6", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.155.6", path = "crates/cudart-sys-bindings-generator" } +fflonk = { version = "=0.155.6", path = "crates/fflonk", package = "fflonk-cuda" } +gpu-ffi = { version = "=0.155.6", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.155.6", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.155.6", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.155.6", path = "crates/shivini" } +wrapper-prover = { version = "=0.155.6", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. # zksync-crypto repository