Skip to content

Commit a89f7e4

Browse files
chore(main): release zkstack_cli 0.2.2
1 parent 6782aa1 commit a89f7e4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.6.0",
33
"prover": "23.1.0",
4-
"zkstack_cli": "0.2.1"
4+
"zkstack_cli": "0.2.2"
55
}

zkstack_cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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-11-28)
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:** ensure priority queue is empty before migrating to gateway ([#4539](https://github.com/matter-labs/zksync-era/issues/4539)) ([a5e1133](https://github.com/matter-labs/zksync-era/commit/a5e1133e4974bde5e2dad81b211e5a205f6a65f5))
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **zkstack:** fix `--update-submodules` flag to accept explicit values ([#4559](https://github.com/matter-labs/zksync-era/issues/4559)) ([88481ce](https://github.com/matter-labs/zksync-era/commit/88481cefa8e1536c95698cd7b07d37fd0e4bbe43))
16+
* **zkstack:** get rid of more dependencies from config ([#4554](https://github.com/matter-labs/zksync-era/issues/4554)) ([9e59509](https://github.com/matter-labs/zksync-era/commit/9e595099746fae6e216431270075dfa44d805b71))
17+
318
## [0.2.1](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.2.0...zkstack_cli-v0.2.1) (2025-10-09)
419

520

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)