Skip to content

Commit b975143

Browse files
chore(main): release foundry-zksync 0.0.19 (#1072)
* chore(main): release foundry-zksync 0.0.19 * chore: update Cargo.lock --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zksync-era-bot <[email protected]>
1 parent adb50e9 commit b975143

File tree

4 files changed

+49
-42
lines changed

4 files changed

+49
-42
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.18"
2+
".": "0.0.19"
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.0.19](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.18...foundry-zksync-v0.0.19) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* address issue with replaying tx via cast run ([#1071](https://github.com/matter-labs/foundry-zksync/issues/1071)) ([adb50e9](https://github.com/matter-labs/foundry-zksync/commit/adb50e9eb6331b2e81907a6ff117a5537d671938))
9+
310
## [0.0.18](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.17...foundry-zksync-v0.0.18) (2025-06-06)
411

512

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resolver = "2"
3232
metadata.upstream_version = "1.0.0"
3333

3434
[workspace.package]
35-
version = "0.0.18" # x-release-please-version
35+
version = "0.0.19" # x-release-please-version
3636
edition = "2021"
3737
# Remember to update clippy.toml as well
3838
rust-version = "1.83"

0 commit comments

Comments
 (0)