Skip to content

Commit be26e98

Browse files
chore(main): release 0.150.7 (#52)
🤖 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]>
1 parent 042ed7c commit be26e98

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.150.6"
2+
".": "0.150.7"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.150.7](https://github.com/matter-labs/zksync-protocol/compare/v0.150.6...v0.150.7) (2024-10-25)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.150.6](https://github.com/matter-labs/zksync-protocol/compare/v0.150.5...v0.150.6) (2024-10-07)
411

512

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66

77
[workspace.package]
88
# All the packages in the workspace should have the same version
9-
version = "0.150.6"
9+
version = "0.150.7"
1010
edition = "2021"
1111
authors = ["The Matter Labs Team <[email protected]>"]
1212
homepage = "https://zksync.io/"
@@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"]
1616
categories = ["cryptography"]
1717

1818
[workspace.dependencies]
19-
circuit_definitions = { version = "=0.150.6", path = "crates/circuit_definitions" }
20-
circuit_encodings = { version = "=0.150.6", path = "crates/circuit_encodings" }
21-
circuit_sequencer_api = { version = "=0.150.6", path = "crates/circuit_sequencer_api" }
22-
kzg = { version = "=0.150.6", path = "crates/kzg", package = "zksync_kzg" }
23-
zk_evm = { version = "=0.150.6", path = "crates/zk_evm" }
24-
zk_evm_abstractions = { version = "=0.150.6", path = "crates/zk_evm_abstractions" }
25-
zkevm_circuits = { version = "=0.150.6", path = "crates/zkevm_circuits" }
26-
zkevm_opcode_defs = { version = "=0.150.6", path = "crates/zkevm_opcode_defs" }
27-
zkevm_test_harness = { version = "=0.150.6", path = "crates/zkevm_test_harness" }
28-
zkevm-assembly = { version = "=0.150.6", path = "crates/zkEVM-assembly" }
19+
circuit_definitions = { version = "=0.150.7", path = "crates/circuit_definitions" }
20+
circuit_encodings = { version = "=0.150.7", path = "crates/circuit_encodings" }
21+
circuit_sequencer_api = { version = "=0.150.7", path = "crates/circuit_sequencer_api" }
22+
kzg = { version = "=0.150.7", path = "crates/kzg", package = "zksync_kzg" }
23+
zk_evm = { version = "=0.150.7", path = "crates/zk_evm" }
24+
zk_evm_abstractions = { version = "=0.150.7", path = "crates/zk_evm_abstractions" }
25+
zkevm_circuits = { version = "=0.150.7", path = "crates/zkevm_circuits" }
26+
zkevm_opcode_defs = { version = "=0.150.7", path = "crates/zkevm_opcode_defs" }
27+
zkevm_test_harness = { version = "=0.150.7", path = "crates/zkevm_test_harness" }
28+
zkevm-assembly = { version = "=0.150.7", path = "crates/zkEVM-assembly" }
2929

3030
# `zksync-crypto` repository
3131
snark_wrapper = "=0.30.1"

0 commit comments

Comments
 (0)