Skip to content

Commit 90b22f2

Browse files
chore(main): release foundry-zksync 0.0.18 (#1066)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2aa902 commit 90b22f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.17"
2+
".": "0.0.18"
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.18](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.17...foundry-zksync-v0.0.18) (2025-06-06)
4+
5+
6+
### Bug Fixes
7+
8+
* address issue with filtering create2 address factory ([#1065](https://github.com/matter-labs/foundry-zksync/issues/1065)) ([f2aa902](https://github.com/matter-labs/foundry-zksync/commit/f2aa902841f3e820be32ccab56beb19f203341ab))
9+
310
## [0.0.17](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.16...foundry-zksync-v0.0.17) (2025-06-06)
411

512

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.17" # x-release-please-version
35+
version = "0.0.18" # 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)