diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 66e50c7..9548f55 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.150.6" + ".": "0.150.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7319e..43877e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.150.7](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.150.6...v0.150.7) (2024-09-06) + + +### Features + +* Bump protocol and crypto deps ([#23](https://github.com/matter-labs/zksync-crypto-gpu/issues/23)) ([e15fdd2](https://github.com/matter-labs/zksync-crypto-gpu/commit/e15fdd2720827e45cfb895debc078c6514b9cbaa)) + ## [0.150.6](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.150.5...v0.150.6) (2024-09-04) diff --git a/Cargo.toml b/Cargo.toml index 1539d2b..2891b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,19 +13,19 @@ 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.150.6" +version = "0.150.7" [workspace.dependencies] # Local dependencies -bindings-generator = { version = "=0.150.6", path = "crates/bindings-generator" } -boojum-cuda = { version = "=0.150.6", path = "crates/boojum-cuda" } -era_criterion_cuda = { version = "=0.150.6", path = "crates/criterion-cuda" } -era_cudart = { version = "=0.150.6", path = "crates/cudart" } -era_cudart_sys = { version = "=0.150.6", path = "crates/cudart-sys" } -gpu-ffi = { version = "=0.150.6", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } -gpu-prover = { version = "=0.150.6", path = "crates/gpu-prover", package = "zksync-gpu-prover" } -shivini = { version = "=0.150.6", path = "crates/shivini" } -wrapper-prover = { version = "=0.150.6", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } +bindings-generator = { version = "=0.150.7", path = "crates/bindings-generator" } +boojum-cuda = { version = "=0.150.7", path = "crates/boojum-cuda" } +era_criterion_cuda = { version = "=0.150.7", path = "crates/criterion-cuda" } +era_cudart = { version = "=0.150.7", path = "crates/cudart" } +era_cudart_sys = { version = "=0.150.7", path = "crates/cudart-sys" } +gpu-ffi = { version = "=0.150.7", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" } +gpu-prover = { version = "=0.150.7", path = "crates/gpu-prover", package = "zksync-gpu-prover" } +shivini = { version = "=0.150.7", path = "crates/shivini" } +wrapper-prover = { version = "=0.150.7", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. circuit_definitions = { version = "=0.150.5" }