Skip to content

Commit 8749ff9

Browse files
chore(master): release 0.3.0 (#75)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.1...v0.3.0) (2025-01-27) ### ⚠ BREAKING CHANGES * Remove EVM emulator gas stipend ([#82](#82)) * Revise VM storage interface ([#73](#73)) ### Features * Allow customizing precompiles logic ([#79](#79)) ([3841f5a](3841f5a)) * allow tracers to stop/suspend execution ([#78](#78)) ([457d8a7](457d8a7)) * expose storage to tracers ([#77](#77)) ([df5bec3](df5bec3)) ### Bug Fixes * **ci:** Update github-hosted runner label ([#80](#80)) ([70a6e30](70a6e30)) * failing far call tracing ([#81](#81)) ([5df8c33](5df8c33)) * Remove EVM emulator gas stipend ([#82](#82)) ([bf63339](bf63339)) * Revise VM storage interface ([#73](#73)) ([a233d44](a233d44)) --- 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>
1 parent bf63339 commit 8749ff9

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/matter-labs/vm2/compare/v0.2.1...v0.3.0) (2025-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove EVM emulator gas stipend ([#82](https://github.com/matter-labs/vm2/issues/82))
9+
* Revise VM storage interface ([#73](https://github.com/matter-labs/vm2/issues/73))
10+
11+
### Features
12+
13+
* Allow customizing precompiles logic ([#79](https://github.com/matter-labs/vm2/issues/79)) ([3841f5a](https://github.com/matter-labs/vm2/commit/3841f5a430288a63c8207853eca11560bf7a5712))
14+
* allow tracers to stop/suspend execution ([#78](https://github.com/matter-labs/vm2/issues/78)) ([457d8a7](https://github.com/matter-labs/vm2/commit/457d8a7eea9093af9440662e33e598c13ba41633))
15+
* expose storage to tracers ([#77](https://github.com/matter-labs/vm2/issues/77)) ([df5bec3](https://github.com/matter-labs/vm2/commit/df5bec3d04d64d434f9b0ccb285ba4681008f7b3))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** Update github-hosted runner label ([#80](https://github.com/matter-labs/vm2/issues/80)) ([70a6e30](https://github.com/matter-labs/vm2/commit/70a6e301b12d98db13fd91f67a505441c0defe9a))
21+
* failing far call tracing ([#81](https://github.com/matter-labs/vm2/issues/81)) ([5df8c33](https://github.com/matter-labs/vm2/commit/5df8c33f8a1f7bf25724554fea959ea3731550b7))
22+
* Remove EVM emulator gas stipend ([#82](https://github.com/matter-labs/vm2/issues/82)) ([bf63339](https://github.com/matter-labs/vm2/commit/bf63339292c8847a81a9d85c5cebda7822f62be4))
23+
* Revise VM storage interface ([#73](https://github.com/matter-labs/vm2/issues/73)) ([a233d44](https://github.com/matter-labs/vm2/commit/a233d44bbe61dc6a758a754c3b78fe4f83e56699))
24+
325
## [0.2.1](https://github.com/matter-labs/vm2/compare/v0.2.0...v0.2.1) (2024-09-25)
426

527

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
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"
12+
version = "0.3.0"
1313
edition = "2021"
1414
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
1515
homepage = "https://zksync.io/"
@@ -35,8 +35,8 @@ zk_evm_abstractions = "0.150.0"
3535
zk_evm = "0.150.5"
3636

3737
# Dependencies within the workspace
38-
zksync_vm2_interface = { version = "0.2.1", path = "crates/vm2-interface" }
39-
zksync_vm2 = { version = "0.2.1", path = "crates/vm2" }
38+
zksync_vm2_interface = { version = "0.3.0", path = "crates/vm2-interface" }
39+
zksync_vm2 = { version = "0.3.0", path = "crates/vm2" }
4040

4141
[workspace.lints.rust]
4242
missing_docs = "warn"

0 commit comments

Comments
 (0)