Skip to content

Commit 9b26181

Browse files
chore(master): release 0.4.0 (#86)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.0...v0.4.0) (2025-04-17) ### Features * Elliptic curve precompiles ([#87](#87)) ([81375f5](81375f5)) ### Bug Fixes * don't grow heap unless it is paid for ([#74](#74)) ([8311047](8311047)) --- 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 81375f5 commit 9b26181

File tree

4 files changed

+19
-7
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/matter-labs/vm2/compare/v0.3.0...v0.4.0) (2025-04-17)
4+
5+
6+
### Features
7+
8+
* Elliptic curve precompiles ([#87](https://github.com/matter-labs/vm2/issues/87)) ([81375f5](https://github.com/matter-labs/vm2/commit/81375f5a2037bd5ed76f25cd6bea4c908656386b))
9+
10+
11+
### Bug Fixes
12+
13+
* don't grow heap unless it is paid for ([#74](https://github.com/matter-labs/vm2/issues/74)) ([8311047](https://github.com/matter-labs/vm2/commit/831104788ad8250158a6e45b85ebd0a7157510d9))
14+
315
## [0.3.0](https://github.com/matter-labs/vm2/compare/v0.2.1...v0.3.0) (2025-01-27)
416

517

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.3.0" # x-release-please-version
12+
version = "0.4.0" # x-release-please-version
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.152.0"
3535
zk_evm = "0.152.0"
3636

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

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

0 commit comments

Comments
 (0)