From b241b29a8c14785b6d1a74b754d89fe4c9a7a375 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:00:03 +0400 Subject: [PATCH] chore(main): release 0.30.12 (#59) :robot: I have created a release *beep* *boop* --- ## [0.30.12](https://github.com/matter-labs/zksync-crypto/compare/v0.30.11...v0.30.12) (2024-12-20) ### Features * FFLONK ([#58](https://github.com/matter-labs/zksync-crypto/issues/58)) ([a57cf0f](https://github.com/matter-labs/zksync-crypto/commit/a57cf0fc5cee14fa6a361f0d5990ed2de8b094f5)) --- 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 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 24 ++++++++++++------------ 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index cd92c77..a1603a5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.11" + ".": "0.30.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7596bf0..c1f0a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.12](https://github.com/matter-labs/zksync-crypto/compare/v0.30.11...v0.30.12) (2024-12-20) + + +### Features + +* FFLONK ([#58](https://github.com/matter-labs/zksync-crypto/issues/58)) ([a57cf0f](https://github.com/matter-labs/zksync-crypto/commit/a57cf0fc5cee14fa6a361f0d5990ed2de8b094f5)) + ## [0.30.11](https://github.com/matter-labs/zksync-crypto/compare/v0.30.10...v0.30.11) (2024-12-18) diff --git a/Cargo.toml b/Cargo.toml index 0d148bd..6cc577f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [workspace.package] # All the packages in the workspace should have the same version -version = "0.30.9" +version = "0.30.12" edition = "2021" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/" @@ -17,17 +17,17 @@ categories = ["cryptography"] [workspace.dependencies] # Local dependencies -bellman = { version = "=0.30.9", path = "crates/bellman", package = "zksync_bellman" } -boojum = { version = "=0.30.9", path = "crates/boojum" } -zksync_solidity_vk_codegen = { version = "=0.30.9", path = "crates/codegen" } -codegen-bin = { version = "=0.30.9", path = "crates/codegen-bin" } -cs_derive = { version = "=0.30.9", path = "crates/cs_derive", package = "zksync_cs_derive" } -ff = { version = "=0.30.9", path = "crates/ff", package = "zksync_ff" } -ff_derive = { version = "=0.30.9", path = "crates/ff_derive", package = "zksync_ff_derive" } -franklin-crypto = { version = "=0.30.9", path = "crates/franklin-crypto" } -pairing = { version = "=0.30.9", path = "crates/pairing", package = "zksync_pairing" } -rescue_poseidon = { version = "=0.30.9", path = "crates/rescue-poseidon" } -snark_wrapper = { version = "=0.30.9", path = "crates/snark-wrapper" } +bellman = { version = "=0.30.12", path = "crates/bellman", package = "zksync_bellman" } +boojum = { version = "=0.30.12", path = "crates/boojum" } +zksync_solidity_vk_codegen = { version = "=0.30.12", path = "crates/codegen" } +codegen-bin = { version = "=0.30.12", path = "crates/codegen-bin" } +cs_derive = { version = "=0.30.12", path = "crates/cs_derive", package = "zksync_cs_derive" } +ff = { version = "=0.30.12", path = "crates/ff", package = "zksync_ff" } +ff_derive = { version = "=0.30.12", path = "crates/ff_derive", package = "zksync_ff_derive" } +franklin-crypto = { version = "=0.30.12", path = "crates/franklin-crypto" } +pairing = { version = "=0.30.12", path = "crates/pairing", package = "zksync_pairing" } +rescue_poseidon = { version = "=0.30.12", path = "crates/rescue-poseidon" } +snark_wrapper = { version = "=0.30.12", path = "crates/snark-wrapper" } [profile.release] debug = true