diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 4f61921..fff5447 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.154.1" + ".": "0.154.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2661110..8c839c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.154.2](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.154.1...v0.154.2) (2025-05-02) + + +### Features + +* Bump protocol deps ([#97](https://github.com/matter-labs/zksync-crypto-gpu/issues/97)) ([c7ff550](https://github.com/matter-labs/zksync-crypto-gpu/commit/c7ff5502338457f757bbd54133753c8f4a810cf4)) + ## [0.154.1](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.154.0...v0.154.1) (2025-04-22) diff --git a/Cargo.toml b/Cargo.toml index 9d3abfc..df60279 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.154.1" # x-release-please-version +version = "0.154.2" # x-release-please-version [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.154.1", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.154.1", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.154.1", path = "crates/cudart" } -era_cudart_sys = { version = "=0.154.1", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.154.1", path = "crates/cudart-sys-bindings-generator" } -fflonk = { version = "=0.154.1", path = "crates/fflonk", package = "fflonk-cuda" } -gpu-ffi = { version = "=0.154.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.154.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.154.1", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.154.1", path = "crates/shivini" } -wrapper-prover = { version = "=0.154.1", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +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" } # These dependencies should be shared by all the crates. # zksync-crypto repository