Skip to content

Commit 6e0015d

Browse files
chore(main): release zkstack_cli 0.2.2
1 parent 49292dc commit 6e0015d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"core": "29.5.0",
33
"prover": "23.0.0",
4-
"zkstack_cli": "0.2.1"
4+
"zkstack_cli": "0.2.2"
55
}

zkstack_cli/CHANGELOG.md

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

3+
## [0.2.2](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.2.1...zkstack_cli-v0.2.2) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* add support for eip-7594 blob format ([#4542](https://github.com/matter-labs/zksync-era/issues/4542)) ([b57d6f6](https://github.com/matter-labs/zksync-era/commit/b57d6f6eb2c908692f356f584a8e3b0158ef2969))
9+
* **zkstack:** support genesis for zksync os ([#4536](https://github.com/matter-labs/zksync-era/issues/4536)) ([c577d86](https://github.com/matter-labs/zksync-era/commit/c577d867cc3081b4ce12c59351e0a32c2fdfe241))
10+
311
## [0.2.1](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.2.0...zkstack_cli-v0.2.1) (2025-10-09)
412

513

zkstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.2.1" # x-release-please-version
12+
version = "0.2.2" # x-release-please-version
1313
edition = "2021"
1414
homepage = "https://zksync.io/"
1515
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)