Skip to content

Commit

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


##
[0.150.7](v0.150.6...v0.150.7)
(2024-10-25)


### Bug Fixes

* remove the need for the `regex` crate's `pattern` feature
([#51](#51))
([042ed7c](042ed7c))

---
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 Oct 25, 2024
1 parent 042ed7c commit be26e98
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 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.6"
".": "0.150.7"
}
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.7](https://github.com/matter-labs/zksync-protocol/compare/v0.150.6...v0.150.7) (2024-10-25)


### Bug Fixes

* remove the need for the `regex` crate's `pattern` feature ([#51](https://github.com/matter-labs/zksync-protocol/issues/51)) ([042ed7c](https://github.com/matter-labs/zksync-protocol/commit/042ed7c1d141f9da0ce54eb680bc42dc706371b2))

## [0.150.6](https://github.com/matter-labs/zksync-protocol/compare/v0.150.5...v0.150.6) (2024-10-07)


Expand Down
22 changes: 11 additions & 11 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.150.6"
version = "0.150.7"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"]
categories = ["cryptography"]

[workspace.dependencies]
circuit_definitions = { version = "=0.150.6", path = "crates/circuit_definitions" }
circuit_encodings = { version = "=0.150.6", path = "crates/circuit_encodings" }
circuit_sequencer_api = { version = "=0.150.6", path = "crates/circuit_sequencer_api" }
kzg = { version = "=0.150.6", path = "crates/kzg", package = "zksync_kzg" }
zk_evm = { version = "=0.150.6", path = "crates/zk_evm" }
zk_evm_abstractions = { version = "=0.150.6", path = "crates/zk_evm_abstractions" }
zkevm_circuits = { version = "=0.150.6", path = "crates/zkevm_circuits" }
zkevm_opcode_defs = { version = "=0.150.6", path = "crates/zkevm_opcode_defs" }
zkevm_test_harness = { version = "=0.150.6", path = "crates/zkevm_test_harness" }
zkevm-assembly = { version = "=0.150.6", path = "crates/zkEVM-assembly" }
circuit_definitions = { version = "=0.150.7", path = "crates/circuit_definitions" }
circuit_encodings = { version = "=0.150.7", path = "crates/circuit_encodings" }
circuit_sequencer_api = { version = "=0.150.7", path = "crates/circuit_sequencer_api" }
kzg = { version = "=0.150.7", path = "crates/kzg", package = "zksync_kzg" }
zk_evm = { version = "=0.150.7", path = "crates/zk_evm" }
zk_evm_abstractions = { version = "=0.150.7", path = "crates/zk_evm_abstractions" }
zkevm_circuits = { version = "=0.150.7", path = "crates/zkevm_circuits" }
zkevm_opcode_defs = { version = "=0.150.7", path = "crates/zkevm_opcode_defs" }
zkevm_test_harness = { version = "=0.150.7", path = "crates/zkevm_test_harness" }
zkevm-assembly = { version = "=0.150.7", path = "crates/zkEVM-assembly" }

# `zksync-crypto` repository
snark_wrapper = "=0.30.1"
Expand Down

0 comments on commit be26e98

Please sign in to comment.