Skip to content

Commit

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


##
[0.30.12](v0.30.11...v0.30.12)
(2024-12-20)


### Features

* FFLONK ([#58](#58))
([a57cf0f](a57cf0f))

---
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 20, 2024
1 parent a57cf0f commit b241b29
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.30.11"
".": "0.30.12"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.9"
version = "0.30.12"
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.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
Expand Down

0 comments on commit b241b29

Please sign in to comment.