From d0d629f16b18dd1fa7177cc76ea4ea1fdd97e6d0 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:11:44 +0400 Subject: [PATCH] chore(main): release 0.152.1 (#43) :robot: I have created a release *beep* *boop* --- ## [0.152.1](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.0...v0.152.1) (2024-10-31) ### Features * fflonk gpu implementation ([#26](https://github.com/matter-labs/zksync-crypto-gpu/issues/26)) ([9d11084](https://github.com/matter-labs/zksync-crypto-gpu/commit/9d11084cec1bd1b88de9a28524923a5217ebd0ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: zksync-era-bot --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 22 +++++++++++----------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 96811b6..99d27f6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.152.0" + ".": "0.152.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7cf7c..fcd75f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.152.1](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.0...v0.152.1) (2024-10-31) + + +### Features + +* fflonk gpu implementation ([#26](https://github.com/matter-labs/zksync-crypto-gpu/issues/26)) ([9d11084](https://github.com/matter-labs/zksync-crypto-gpu/commit/9d11084cec1bd1b88de9a28524923a5217ebd0ad)) + ## [0.152.0](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.151.1...v0.152.0) (2024-10-31) diff --git a/Cargo.toml b/Cargo.toml index 057024d..027eb32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,20 +12,20 @@ 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.152.0" +version = "0.152.1" [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.152.0", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.152.0", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.152.0", path = "crates/cudart" } -era_cudart_sys = { version = "=0.152.0", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.152.0", path = "crates/cudart-sys-bindings-generator" } -gpu-ffi = { version = "=0.152.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.152.0", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.152.0", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.152.0", path = "crates/shivini" } -wrapper-prover = { version = "=0.152.0", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +boojum-cuda = { version = "=0.152.1", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.152.1", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.152.1", path = "crates/cudart" } +era_cudart_sys = { version = "=0.152.1", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.152.1", path = "crates/cudart-sys-bindings-generator" } +gpu-ffi = { version = "=0.152.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.152.1", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.152.1", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.152.1", path = "crates/shivini" } +wrapper-prover = { version = "=0.152.1", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # fflonk = { version = "=0.152.0", path = "crates/fflonk", package = "fflonk-gpu" } # proof-compression = { version = "=0.150.1", path = "crates/proof-compression", package = "proof-compression" }