Skip to content

Commit

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


##
[0.30.11](v0.30.10...v0.30.11)
(2024-12-18)


### Bug Fixes

* **snark-wrapper:** call range check with proper params
([#54](#54))
([cba8e9c](cba8e9c))
* **snark-wrapper:** range check bitlen in snark wrapper circuit
([#56](#56))
([4549fb2](4549fb2))

---
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 <zksync-era-bot@users.noreply.github.com>
  • Loading branch information
zksync-era-bot and zksync-era-bot authored Dec 18, 2024
1 parent 4549fb2 commit 6b58b20
Show file tree
Hide file tree
Showing 3 changed files with 21 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.30.10"
".": "0.30.11"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.30.11](https://github.com/matter-labs/zksync-crypto/compare/v0.30.10...v0.30.11) (2024-12-18)


### Bug Fixes

* **snark-wrapper:** call range check with proper params ([#54](https://github.com/matter-labs/zksync-crypto/issues/54)) ([cba8e9c](https://github.com/matter-labs/zksync-crypto/commit/cba8e9c4334646ef85caedf1584fc7bbcd4656c5))
* **snark-wrapper:** range check bitlen in snark wrapper circuit ([#56](https://github.com/matter-labs/zksync-crypto/issues/56)) ([4549fb2](https://github.com/matter-labs/zksync-crypto/commit/4549fb2fb2648537e4ac967c6bf9d7001ac93b69))

## [0.30.10](https://github.com/matter-labs/zksync-crypto/compare/v0.30.9...v0.30.10) (2024-11-27)


Expand Down
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"

[workspace.package]
# All the packages in the workspace should have the same version
version = "0.30.10"
version = "0.30.11"
edition = "2021"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
homepage = "https://zksync.io/"
Expand All @@ -17,17 +17,17 @@ categories = ["cryptography"]

[workspace.dependencies]
# Local dependencies
bellman = { version = "=0.30.10", path = "crates/bellman", package = "zksync_bellman" }
boojum = { version = "=0.30.10", path = "crates/boojum" }
zksync_solidity_vk_codegen = { version = "=0.30.10", path = "crates/codegen" }
codegen-bin = { version = "=0.30.10", path = "crates/codegen-bin" }
cs_derive = { version = "=0.30.10", path = "crates/cs_derive", package = "zksync_cs_derive" }
ff = { version = "=0.30.10", path = "crates/ff", package = "zksync_ff" }
ff_derive = { version = "=0.30.10", path = "crates/ff_derive", package = "zksync_ff_derive" }
franklin-crypto = { version = "=0.30.10", path = "crates/franklin-crypto" }
pairing = { version = "=0.30.10", path = "crates/pairing", package = "zksync_pairing" }
rescue_poseidon = { version = "=0.30.10", path = "crates/rescue-poseidon" }
snark_wrapper = { version = "=0.30.10", path = "crates/snark-wrapper" }
bellman = { version = "=0.30.11", path = "crates/bellman", package = "zksync_bellman" }
boojum = { version = "=0.30.11", path = "crates/boojum" }
zksync_solidity_vk_codegen = { version = "=0.30.11", path = "crates/codegen" }
codegen-bin = { version = "=0.30.11", path = "crates/codegen-bin" }
cs_derive = { version = "=0.30.11", path = "crates/cs_derive", package = "zksync_cs_derive" }
ff = { version = "=0.30.11", path = "crates/ff", package = "zksync_ff" }
ff_derive = { version = "=0.30.11", path = "crates/ff_derive", package = "zksync_ff_derive" }
franklin-crypto = { version = "=0.30.11", path = "crates/franklin-crypto" }
pairing = { version = "=0.30.11", path = "crates/pairing", package = "zksync_pairing" }
rescue_poseidon = { version = "=0.30.11", path = "crates/rescue-poseidon" }
snark_wrapper = { version = "=0.30.11", path = "crates/snark-wrapper" }

[profile.release]
debug = true
Expand Down

0 comments on commit 6b58b20

Please sign in to comment.