From c9e7d8a0f6a7c469414c1dd4c56bdd7878341b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:03:31 +0000 Subject: [PATCH 1/2] chore(main): release foundry-zksync 0.0.7 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b68e78037..07194f634 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b5e7105..ae83e8d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.7](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.6...foundry-zksync-v0.0.7) (2025-01-31) + + +### Bug Fixes + +* fix installation script for v0.0.6 ([#887](https://github.com/matter-labs/foundry-zksync/issues/887)) ([296c8f3](https://github.com/matter-labs/foundry-zksync/commit/296c8f3b14d7fe28ef6ed64592568cfed005e422)) +* foundry man artifact name ([#886](https://github.com/matter-labs/foundry-zksync/issues/886)) ([62d5ff6](https://github.com/matter-labs/foundry-zksync/commit/62d5ff66cae2af74f4fad8524337a33394ae8437)) + ## [0.0.6](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.5...foundry-zksync-v0.0.6) (2025-01-31) diff --git a/Cargo.toml b/Cargo.toml index 20b6d825d..7b2b01af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.6" # x-release-please-version +version = "0.0.7" # x-release-please-version edition = "2021" # Remember to update clippy.toml as well rust-version = "1.83" From 603c4c0096fdfee42a840ab6da38a1a3d26bb918 Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Fri, 31 Jan 2025 21:04:27 +0000 Subject: [PATCH 2/2] chore: update Cargo.lock --- Cargo.lock | 70 +++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 518abdfe1..3a9dddf3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "anvil" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "anvil-core" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "anvil-rpc" -version = "0.0.6" +version = "0.0.7" dependencies = [ "serde", "serde_json", @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "anvil-server" -version = "0.0.6" +version = "0.0.7" dependencies = [ "anvil-rpc", "async-trait", @@ -2486,7 +2486,7 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cast" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -2602,7 +2602,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chisel" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4245,7 +4245,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forge" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "forge-doc" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "derive_more", @@ -4365,7 +4365,7 @@ dependencies = [ [[package]] name = "forge-fmt" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "ariadne", @@ -4381,7 +4381,7 @@ dependencies = [ [[package]] name = "forge-script" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "forge-script-sequence" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -4449,7 +4449,7 @@ dependencies = [ [[package]] name = "forge-sol-macro-gen" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-json-abi", "alloy-sol-macro-expander", @@ -4465,7 +4465,7 @@ dependencies = [ [[package]] name = "forge-verify" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4579,7 +4579,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-common" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "revm", @@ -4587,7 +4587,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-spec" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-sol-types", "foundry-macros", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "foundry-cli" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-chains", "alloy-dyn-abi", @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "foundry-common" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-consensus 0.9.2", "alloy-contract", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "foundry-common-fmt" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4821,7 +4821,7 @@ dependencies = [ [[package]] name = "foundry-config" -version = "0.0.6" +version = "0.0.7" dependencies = [ "Inflector", "alloy-chains", @@ -4860,7 +4860,7 @@ dependencies = [ [[package]] name = "foundry-debugger" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "crossterm", @@ -4878,7 +4878,7 @@ dependencies = [ [[package]] name = "foundry-evm" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4910,7 +4910,7 @@ dependencies = [ [[package]] name = "foundry-evm-abi" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -4923,7 +4923,7 @@ dependencies = [ [[package]] name = "foundry-evm-core" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4959,7 +4959,7 @@ dependencies = [ [[package]] name = "foundry-evm-coverage" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "eyre", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "foundry-evm-fuzz" -version = "0.0.6" +version = "0.0.7" dependencies = [ "ahash", "alloy-dyn-abi", @@ -5001,7 +5001,7 @@ dependencies = [ [[package]] name = "foundry-evm-traces" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -5054,7 +5054,7 @@ dependencies = [ [[package]] name = "foundry-linking" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "foundry-compilers", @@ -5067,7 +5067,7 @@ dependencies = [ [[package]] name = "foundry-macros" -version = "0.0.6" +version = "0.0.7" dependencies = [ "proc-macro-error", "proc-macro2", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "foundry-strategy-zksync" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5106,7 +5106,7 @@ dependencies = [ [[package]] name = "foundry-test-utils" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "alloy-provider", @@ -5134,7 +5134,7 @@ dependencies = [ [[package]] name = "foundry-wallets" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -5165,7 +5165,7 @@ dependencies = [ [[package]] name = "foundry-zksync-compilers" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "foundry-zksync-core" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "foundry-zksync-inspectors" -version = "0.0.6" +version = "0.0.7" dependencies = [ "alloy-primitives", "foundry-evm-core",