Skip to content

Commit

Permalink
chore(master): release 0.2.1 (#71)
Browse files Browse the repository at this point in the history
🤖 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 <[email protected]>
  • Loading branch information
zksync-era-bot and zksync-era-bot authored Sep 25, 2024
1 parent c4b22ba commit 709d667
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/matter-labs/vm2/compare/v0.2.0...v0.2.1) (2024-09-25)


### Bug Fixes

* 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))

## [0.2.0](https://github.com/matter-labs/vm2/compare/v0.1.0...v0.2.0) (2024-09-23)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -36,8 +36,8 @@ zk_evm_abstractions = "0.150.0"
zk_evm = { git = "https://github.com/matter-labs/era-zk_evm.git", rev = "b7caa02acc2119b2994730d92c8cb6b861f56484" }

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

[workspace.lints.rust]
missing_docs = "warn"
Expand Down

0 comments on commit 709d667

Please sign in to comment.