Skip to content

Commit

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


##
[0.150.9](v0.150.8...v0.150.9)
(2024-09-24)


### Features

* enable compilation with CUDA stubs via the `ZKSYNC_USE_CUDA_STUBS`
environment variable
([#29](#29))
([f77ff80](f77ff80))

---
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 Sep 24, 2024
1 parent f77ff80 commit 6f50e28
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 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.150.8"
".": "0.150.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.150.9](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.150.8...v0.150.9) (2024-09-24)


### Features

* enable compilation with CUDA stubs via the `ZKSYNC_USE_CUDA_STUBS` environment variable ([#29](https://github.com/matter-labs/zksync-crypto-gpu/issues/29)) ([f77ff80](https://github.com/matter-labs/zksync-crypto-gpu/commit/f77ff80ee4bbe6d83ffab9b9915fc922ef87c1ad))

## [0.150.8](https://github.com/matter-labs/zksync-crypto-gpu/compare/v0.150.7...v0.150.8) (2024-09-10)


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

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

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

0 comments on commit 6f50e28

Please sign in to comment.