diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 07194f6342..493bd4e7ef 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae83e8d3ea..3ee33f870a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.8](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.7...foundry-zksync-v0.0.8) (2025-02-05) + + +### Features + +* Improve display format ([#898](https://github.com/matter-labs/foundry-zksync/issues/898)) ([6af9b1a](https://github.com/matter-labs/foundry-zksync/commit/6af9b1af6c3da8396c951d3164887bd2af583faf)) +* Upstream 9f11e6df ([#899](https://github.com/matter-labs/foundry-zksync/issues/899)) ([e98c3fe](https://github.com/matter-labs/foundry-zksync/commit/e98c3fe12c02142af92a5a755013983842f6fac5)) +* Upstream 9f11e6df commits ([#900](https://github.com/matter-labs/foundry-zksync/issues/900)) ([13051f0](https://github.com/matter-labs/foundry-zksync/commit/13051f0ea45b2c7de3a0a2e56a0a4c08f6aaba5b)) + + +### Bug Fixes + +* use existing deployment nonce during storage migration ([#895](https://github.com/matter-labs/foundry-zksync/issues/895)) ([857d5d2](https://github.com/matter-labs/foundry-zksync/commit/857d5d252110dcbea3fe7731d3f38103c93a2dd7)) + ## [0.0.7](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.6...foundry-zksync-v0.0.7) (2025-01-31) diff --git a/Cargo.lock b/Cargo.lock index 4fc7ebad6c..4e4a542077 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,7 +1169,7 @@ dependencies = [ [[package]] name = "anvil" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "anvil-core" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "anvil-rpc" -version = "0.0.7" +version = "0.0.8" dependencies = [ "serde", "serde_json", @@ -1271,7 +1271,7 @@ dependencies = [ [[package]] name = "anvil-server" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anvil-rpc", "async-trait", @@ -2507,7 +2507,7 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cast" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -2622,7 +2622,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chisel" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4270,7 +4270,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forge" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "forge-doc" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "derive_more", @@ -4389,7 +4389,7 @@ dependencies = [ [[package]] name = "forge-fmt" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "ariadne", @@ -4405,7 +4405,7 @@ dependencies = [ [[package]] name = "forge-script" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4454,7 +4454,7 @@ dependencies = [ [[package]] name = "forge-script-sequence" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -4473,7 +4473,7 @@ dependencies = [ [[package]] name = "forge-sol-macro-gen" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-json-abi", "alloy-sol-macro-expander", @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "forge-verify" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4551,7 +4551,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4601,7 +4601,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-common" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "revm", @@ -4609,7 +4609,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-spec" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-sol-types", "foundry-macros", @@ -4620,7 +4620,7 @@ dependencies = [ [[package]] name = "foundry-cli" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-chains", "alloy-dyn-abi", @@ -4664,7 +4664,7 @@ dependencies = [ [[package]] name = "foundry-common" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-consensus 0.9.2", "alloy-contract", @@ -4719,7 +4719,7 @@ dependencies = [ [[package]] name = "foundry-common-fmt" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4847,7 +4847,7 @@ dependencies = [ [[package]] name = "foundry-config" -version = "0.0.7" +version = "0.0.8" dependencies = [ "Inflector", "alloy-chains", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "foundry-debugger" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "crossterm", @@ -4904,7 +4904,7 @@ dependencies = [ [[package]] name = "foundry-evm" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4936,7 +4936,7 @@ dependencies = [ [[package]] name = "foundry-evm-abi" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -4949,7 +4949,7 @@ dependencies = [ [[package]] name = "foundry-evm-core" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4985,7 +4985,7 @@ dependencies = [ [[package]] name = "foundry-evm-coverage" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "eyre", @@ -5000,7 +5000,7 @@ dependencies = [ [[package]] name = "foundry-evm-fuzz" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -5025,7 +5025,7 @@ dependencies = [ [[package]] name = "foundry-evm-traces" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -5078,7 +5078,7 @@ dependencies = [ [[package]] name = "foundry-linking" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "foundry-compilers", @@ -5091,7 +5091,7 @@ dependencies = [ [[package]] name = "foundry-macros" -version = "0.0.7" +version = "0.0.8" dependencies = [ "proc-macro-error", "proc-macro2", @@ -5101,7 +5101,7 @@ dependencies = [ [[package]] name = "foundry-strategy-zksync" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5130,7 +5130,7 @@ dependencies = [ [[package]] name = "foundry-test-utils" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "alloy-provider", @@ -5158,7 +5158,7 @@ dependencies = [ [[package]] name = "foundry-wallets" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -5189,7 +5189,7 @@ dependencies = [ [[package]] name = "foundry-zksync-compilers" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5216,7 +5216,7 @@ dependencies = [ [[package]] name = "foundry-zksync-core" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -5245,7 +5245,7 @@ dependencies = [ [[package]] name = "foundry-zksync-inspectors" -version = "0.0.7" +version = "0.0.8" dependencies = [ "alloy-primitives", "foundry-evm-core", diff --git a/Cargo.toml b/Cargo.toml index 49ddd0c862..65cc5b9320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.7" # x-release-please-version +version = "0.0.8" # x-release-please-version edition = "2021" # Remember to update clippy.toml as well rust-version = "1.83" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 9e067fa67e..14743aed0d 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -83,4 +83,4 @@ vergen = { workspace = true, features = [ [dev-dependencies] similar-asserts.workspace = true tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } -axum = { workspace = true } \ No newline at end of file +axum = { workspace = true }