Skip to content

Commit

Permalink
chore(main): release 0.152.8 (#60)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.152.8](v0.152.7...v0.152.8)
(2024-11-22)


### Miscellaneous Chores

* release 0.152.8
([#59](#59))
([4cc3905](4cc3905))

---
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 <[email protected]>
  • Loading branch information
zksync-era-bot and zksync-era-bot authored Nov 22, 2024
1 parent 4cc3905 commit 612e4b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.152.7"
".": "0.152.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.152.8](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.7...v0.152.8) (2024-11-22)


### Miscellaneous Chores

* release 0.152.8 ([#59](https://github.com/matter-labs/zksync-crypto-gpu/issues/59)) ([4cc3905](https://github.com/matter-labs/zksync-crypto-gpu/commit/4cc3905d914de4335049c0ae5e81dafc0f9885d3))

## [0.152.7](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.6...v0.152.7) (2024-11-20)


Expand Down
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
version = "0.152.8"

[workspace.dependencies]
# Local dependencies
boojum-cuda = { version = "=0.152.7", path = "crates/boojum-cuda" }
era_criterion_cuda = { version = "=0.152.7", path = "crates/criterion-cuda" }
era_cudart = { version = "=0.152.7", path = "crates/cudart" }
era_cudart_sys = { version = "=0.152.7", path = "crates/cudart-sys" }
era_cudart_sys_bindings_generator = { version = "=0.152.7", path = "crates/cudart-sys-bindings-generator" }
gpu-ffi = { version = "=0.152.7", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
gpu-ffi-bindings-generator = { version = "=0.152.7", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
gpu-prover = { version = "=0.152.7", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
shivini = { version = "=0.152.7", path = "crates/shivini" }
wrapper-prover = { version = "=0.152.7", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }
fflonk = { version = "=0.152.7", path = "crates/fflonk", package = "fflonk-cuda" }
boojum-cuda = { version = "=0.152.8", path = "crates/boojum-cuda" }
era_criterion_cuda = { version = "=0.152.8", path = "crates/criterion-cuda" }
era_cudart = { version = "=0.152.8", path = "crates/cudart" }
era_cudart_sys = { version = "=0.152.8", path = "crates/cudart-sys" }
era_cudart_sys_bindings_generator = { version = "=0.152.8", path = "crates/cudart-sys-bindings-generator" }
gpu-ffi = { version = "=0.152.8", path = "crates/gpu-ffi", package = "zksync-gpu-ffi" }
gpu-ffi-bindings-generator = { version = "=0.152.8", path = "crates/gpu-ffi", package = "zksync-gpu-ffi-bindings-generator" }
gpu-prover = { version = "=0.152.8", path = "crates/gpu-prover", package = "zksync-gpu-prover" }
shivini = { version = "=0.152.8", path = "crates/shivini" }
wrapper-prover = { version = "=0.152.8", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }
fflonk = { version = "=0.152.8", path = "crates/fflonk", package = "fflonk-cuda" }

# These dependencies should be shared by all the crates.
# zksync-crypto repository
Expand Down

0 comments on commit 612e4b4

Please sign in to comment.