File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0.17 "
2
+ "." : " 0.0.18 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 0.0.17] ( https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.16...foundry-zksync-v0.0.17 ) (2025-06-06)
4
11
5
12
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ resolver = "2"
32
32
metadata.upstream_version = " 1.0.0"
33
33
34
34
[workspace .package ]
35
- version = " 0.0.17 " # x-release-please-version
35
+ version = " 0.0.18 " # x-release-please-version
36
36
edition = " 2021"
37
37
# Remember to update clippy.toml as well
38
38
rust-version = " 1.83"
You can’t perform that action at this time.
0 commit comments