From 0128a639a97364ab3046a5f1215032bbb35a916a Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:24:18 +0400 Subject: [PATCH] chore(main): release 0.152.6 (#56) :robot: I have created a release *beep* *boop* --- ## [0.152.6](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.5...v0.152.6) (2024-11-19) ### Miscellaneous Chores * bump crypto crates to 0.30.8 and protocol crates to 0.150.14 ([#55](https://github.com/matter-labs/zksync-crypto-gpu/issues/55)) ([9eff2ac](https://github.com/matter-labs/zksync-crypto-gpu/commit/9eff2ac658376e85c2fa333b168b699885b9cda5)) --- 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 | 24 ++++++++++++------------ 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 2d39096..baa89fa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.152.5" + ".": "0.152.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd8aab..7ed645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.152.6](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.5...v0.152.6) (2024-11-19) + + +### Miscellaneous Chores + +* bump crypto crates to 0.30.8 and protocol crates to 0.150.14 ([#55](https://github.com/matter-labs/zksync-crypto-gpu/issues/55)) ([9eff2ac](https://github.com/matter-labs/zksync-crypto-gpu/commit/9eff2ac658376e85c2fa333b168b699885b9cda5)) + ## [0.152.5](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.4...v0.152.5) (2024-11-18) diff --git a/Cargo.toml b/Cargo.toml index 8c8143a..8632cb8 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.152.5" +version = "0.152.6" [workspace.dependencies] # Local dependencies -boojum-cuda = { version = "=0.152.5", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.152.5", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.152.5", path = "crates/cudart" } -era_cudart_sys = { version = "=0.152.5", path = "crates/cudart-sys" } -era_cudart_sys_bindings_generator = { version = "=0.152.5", path = "crates/cudart-sys-bindings-generator" } -gpu-ffi = { version = "=0.152.5", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-ffi-bindings-generator = { version = "=0.152.5", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } -gpu-prover = { version = "=0.152.5", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.152.5", path = "crates/shivini" } -wrapper-prover = { version = "=0.152.5", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } -fflonk = { version = "=0.152.5", path = "crates/fflonk", package = "fflonk-cuda" } +boojum-cuda = { version = "=0.152.6", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.152.6", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.152.6", path = "crates/cudart" } +era_cudart_sys = { version = "=0.152.6", path = "crates/cudart-sys" } +era_cudart_sys_bindings_generator = { version = "=0.152.6", path = "crates/cudart-sys-bindings-generator" } +gpu-ffi = { version = "=0.152.6", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-ffi-bindings-generator = { version = "=0.152.6", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" } +gpu-prover = { version = "=0.152.6", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.152.6", path = "crates/shivini" } +wrapper-prover = { version = "=0.152.6", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +fflonk = { version = "=0.152.6", path = "crates/fflonk", package = "fflonk-cuda" } # These dependencies should be shared by all the crates. circuit_definitions = { version = "=0.150.14" }