Skip to content

Commit 709d667

Browse files
chore(master): release 0.2.1 (#71)
🤖 I have created a release *beep* *boop* --- ## [0.2.1](v0.2.0...v0.2.1) (2024-09-25) ### Bug Fixes * some methods operating on wrong near call ([#69](#69)) ([9b36813](9b36813)) --- 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 c4b22ba commit 709d667

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-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.0"
2+
".": "0.2.1"
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.2.1](https://github.com/matter-labs/vm2/compare/v0.2.0...v0.2.1) (2024-09-25)
4+
5+
6+
### Bug Fixes
7+
8+
* some methods operating on wrong near call ([#69](https://github.com/matter-labs/vm2/issues/69)) ([9b36813](https://github.com/matter-labs/vm2/commit/9b36813ec6b4201396049f65b087c0bbf27d9ea2))
9+
310
## [0.2.0](https://github.com/matter-labs/vm2/compare/v0.1.0...v0.2.0) (2024-09-23)
411

512

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.0"
12+
version = "0.2.1"
1313
edition = "2021"
1414
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
1515
homepage = "https://zksync.io/"
@@ -36,8 +36,8 @@ zk_evm_abstractions = "0.150.0"
3636
zk_evm = { git = "https://github.com/matter-labs/era-zk_evm.git", rev = "b7caa02acc2119b2994730d92c8cb6b861f56484" }
3737

3838
# Dependencies within the workspace
39-
zksync_vm2_interface = { version = "0.2.0", path = "crates/vm2-interface" }
40-
zksync_vm2 = { version = "0.2.0", path = "crates/vm2" }
39+
zksync_vm2_interface = { version = "0.2.1", path = "crates/vm2-interface" }
40+
zksync_vm2 = { version = "0.2.1", path = "crates/vm2" }
4141

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

0 commit comments

Comments
 (0)