Skip to content

Commit

Permalink
chore(main): release 0.152.3 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot authored Oct 31, 2024
1 parent ba077db commit c75f7fb
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.2"
".": "0.152.3"
}
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.3](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.2...v0.152.3) (2024-10-31)


### Bug Fixes

* **proof-compression:** add missing crate description ([#46](https://github.com/matter-labs/zksync-crypto-gpu/issues/46)) ([ba077db](https://github.com/matter-labs/zksync-crypto-gpu/commit/ba077dbd497310c14bfb574888813e372d0b693a))

## [0.152.2](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.152.1...v0.152.2) (2024-10-31)


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.2"
version = "0.152.3"

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

# These dependencies should be shared by all the crates.
circuit_definitions = { version = "=0.150.11" }
Expand Down

0 comments on commit c75f7fb

Please sign in to comment.