From 6c501ff0e3d8c0f4333f2d21b32592b67f669922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:23:42 +0100 Subject: [PATCH] chore(main): release foundry-zksync 0.0.6 (#884) * chore(main): release foundry-zksync 0.0.6 * chore: update Cargo.lock --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zksync-era-bot --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 12 +++++ Cargo.lock | 70 ++++++++++++++-------------- Cargo.toml | 2 +- 4 files changed, 49 insertions(+), 37 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 45ca42f07..b68e78037 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df1ab53e..62b5e7105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.6](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.5...foundry-zksync-v0.0.6) (2025-01-31) + + +### Features + +* implement compiler backwards compatibility policy ([#843](https://github.com/matter-labs/foundry-zksync/issues/843)) ([469b770](https://github.com/matter-labs/foundry-zksync/commit/469b7700404178060e6ee135ab967d723851bfa2)) + + +### Bug Fixes + +* trim tag name to obtain version ([#885](https://github.com/matter-labs/foundry-zksync/issues/885)) ([113501c](https://github.com/matter-labs/foundry-zksync/commit/113501c28a53e95393e20f1ab37df8848b472b95)) + ## [0.0.5](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.4...foundry-zksync-v0.0.5) (2025-01-29) diff --git a/Cargo.lock b/Cargo.lock index 24958dea5..518abdfe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "anvil" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "anvil-core" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "anvil-rpc" -version = "0.0.5" +version = "0.0.6" dependencies = [ "serde", "serde_json", @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "anvil-server" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anvil-rpc", "async-trait", @@ -2486,7 +2486,7 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cast" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -2602,7 +2602,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chisel" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4245,7 +4245,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forge" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "forge-doc" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "derive_more", @@ -4365,7 +4365,7 @@ dependencies = [ [[package]] name = "forge-fmt" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "ariadne", @@ -4381,7 +4381,7 @@ dependencies = [ [[package]] name = "forge-script" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "forge-script-sequence" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -4449,7 +4449,7 @@ dependencies = [ [[package]] name = "forge-sol-macro-gen" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-json-abi", "alloy-sol-macro-expander", @@ -4465,7 +4465,7 @@ dependencies = [ [[package]] name = "forge-verify" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4579,7 +4579,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-common" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "revm", @@ -4587,7 +4587,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-spec" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-sol-types", "foundry-macros", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "foundry-cli" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-chains", "alloy-dyn-abi", @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "foundry-common" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-consensus 0.9.2", "alloy-contract", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "foundry-common-fmt" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4821,7 +4821,7 @@ dependencies = [ [[package]] name = "foundry-config" -version = "0.0.5" +version = "0.0.6" dependencies = [ "Inflector", "alloy-chains", @@ -4860,7 +4860,7 @@ dependencies = [ [[package]] name = "foundry-debugger" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "crossterm", @@ -4878,7 +4878,7 @@ dependencies = [ [[package]] name = "foundry-evm" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4910,7 +4910,7 @@ dependencies = [ [[package]] name = "foundry-evm-abi" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -4923,7 +4923,7 @@ dependencies = [ [[package]] name = "foundry-evm-core" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4959,7 +4959,7 @@ dependencies = [ [[package]] name = "foundry-evm-coverage" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "eyre", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "foundry-evm-fuzz" -version = "0.0.5" +version = "0.0.6" dependencies = [ "ahash", "alloy-dyn-abi", @@ -5001,7 +5001,7 @@ dependencies = [ [[package]] name = "foundry-evm-traces" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -5054,7 +5054,7 @@ dependencies = [ [[package]] name = "foundry-linking" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "foundry-compilers", @@ -5067,7 +5067,7 @@ dependencies = [ [[package]] name = "foundry-macros" -version = "0.0.5" +version = "0.0.6" dependencies = [ "proc-macro-error", "proc-macro2", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "foundry-strategy-zksync" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5106,7 +5106,7 @@ dependencies = [ [[package]] name = "foundry-test-utils" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "alloy-provider", @@ -5134,7 +5134,7 @@ dependencies = [ [[package]] name = "foundry-wallets" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -5165,7 +5165,7 @@ dependencies = [ [[package]] name = "foundry-zksync-compilers" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "foundry-zksync-core" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "foundry-zksync-inspectors" -version = "0.0.5" +version = "0.0.6" dependencies = [ "alloy-primitives", "foundry-evm-core", diff --git a/Cargo.toml b/Cargo.toml index 7e4316db4..20b6d825d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.5" # x-release-please-version +version = "0.0.6" # x-release-please-version edition = "2021" # Remember to update clippy.toml as well rust-version = "1.83"