From 0b2ab2134177e02564ec8e9567293da405d72455 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:24:56 +0400 Subject: [PATCH 1/2] chore(main): release 0.30.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index faecde5..356b660 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.1" + ".": "0.30.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd0137..ae2b0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.2](https://github.com/matter-labs/zksync-crypto/compare/v0.30.1...v0.30.2) (2024-10-29) + + +### Features + +* **boojum:** add get_light_setup method to CSReferenceAssembly ([#31](https://github.com/matter-labs/zksync-crypto/issues/31)) ([6dde34c](https://github.com/matter-labs/zksync-crypto/commit/6dde34c119bf7f0ff91734d513adc8b265d17d16)) + ## [0.30.1](https://github.com/matter-labs/zksync-crypto/compare/v0.30.0...v0.30.1) (2024-09-05) From 4f04d1f8ed74b419d3e7f8a923d40790bcf95006 Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Tue, 29 Oct 2024 13:26:45 +0000 Subject: [PATCH 2/2] Update version in Cargo.toml --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe8dbc4..7237cb1 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.1" +version = "0.30.2" 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.1", path = "crates/bellman", package = "zksync_bellman" } -boojum = { version = "=0.30.1", path = "crates/boojum" } -zksync_solidity_vk_codegen = { version = "=0.30.1", path = "crates/codegen" } -codegen-bin = { version = "=0.30.1", path = "crates/codegen-bin" } -cs_derive = { version = "=0.30.1", path = "crates/cs_derive", package = "zksync_cs_derive" } -ff = { version = "=0.30.1", path = "crates/ff", package = "zksync_ff" } -ff_derive = { version = "=0.30.1", path = "crates/ff_derive", package = "zksync_ff_derive" } -franklin-crypto = { version = "=0.30.1", path = "crates/franklin-crypto" } -pairing = { version = "=0.30.1", path = "crates/pairing", package = "zksync_pairing" } -rescue_poseidon = { version = "=0.30.1", path = "crates/rescue-poseidon" } -snark_wrapper = { version = "=0.30.1", path = "crates/snark-wrapper" } +bellman = { version = "=0.30.2", path = "crates/bellman", package = "zksync_bellman" } +boojum = { version = "=0.30.2", path = "crates/boojum" } +zksync_solidity_vk_codegen = { version = "=0.30.2", path = "crates/codegen" } +codegen-bin = { version = "=0.30.2", path = "crates/codegen-bin" } +cs_derive = { version = "=0.30.2", path = "crates/cs_derive", package = "zksync_cs_derive" } +ff = { version = "=0.30.2", path = "crates/ff", package = "zksync_ff" } +ff_derive = { version = "=0.30.2", path = "crates/ff_derive", package = "zksync_ff_derive" } +franklin-crypto = { version = "=0.30.2", path = "crates/franklin-crypto" } +pairing = { version = "=0.30.2", path = "crates/pairing", package = "zksync_pairing" } +rescue_poseidon = { version = "=0.30.2", path = "crates/rescue-poseidon" } +snark_wrapper = { version = "=0.30.2", path = "crates/snark-wrapper" } [profile.release] debug = true