diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 63c033ca3..45ca42f07 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e9df348..4df1ab53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.5](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.4...foundry-zksync-v0.0.5) (2025-01-29) + + +### Features + +* add assemblycreate for warning suppression for zksolc 1.5.10 ([#840](https://github.com/matter-labs/foundry-zksync/issues/840)) ([62af6f9](https://github.com/matter-labs/foundry-zksync/commit/62af6f93260e470ae77501cfdcab27e94e9424de)) +* Cache invalidation on zksolc version change ([#871](https://github.com/matter-labs/foundry-zksync/issues/871)) ([60a8f35](https://github.com/matter-labs/foundry-zksync/commit/60a8f35202d23064e589b3334be331fc42e31993)) +* Upstream 5e72c69 ([#876](https://github.com/matter-labs/foundry-zksync/issues/876)) ([7b50143](https://github.com/matter-labs/foundry-zksync/commit/7b5014354a71a58e5a8e1326abe375ad0be988b4)) +* **zk:** zksolc linking ([#800](https://github.com/matter-labs/foundry-zksync/issues/800)) ([b69695a](https://github.com/matter-labs/foundry-zksync/commit/b69695a020ba4d2850e069e7a0d53a03c5d92ac2)) + + +### Bug Fixes + +* add proper filter sets for ci test runs ([#875](https://github.com/matter-labs/foundry-zksync/issues/875)) ([886ff8b](https://github.com/matter-labs/foundry-zksync/commit/886ff8b4e4e3b466665f0236f30fb32bc6af1c2b)) +* release artifact names and tags ([#866](https://github.com/matter-labs/foundry-zksync/issues/866)) ([b993907](https://github.com/matter-labs/foundry-zksync/commit/b993907c8c4873bdc720d7a942e0ae70466ed1be)) +* Remove wrong estimation in create for zksync transactions ([#864](https://github.com/matter-labs/foundry-zksync/issues/864)) ([cf0a88d](https://github.com/matter-labs/foundry-zksync/commit/cf0a88d18218471dcf13d62afa4f8fe5335d9740)) +* set log level for nonce revert to trace ([#873](https://github.com/matter-labs/foundry-zksync/issues/873)) ([a9289fb](https://github.com/matter-labs/foundry-zksync/commit/a9289fbb04b528a30d42d3daac5e62f250b04dc7)) + ## [0.0.4](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.3...foundry-zksync-v0.0.4) (2025-01-23) diff --git a/Cargo.lock b/Cargo.lock index 31eaef07c..24958dea5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "anvil" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "anvil-core" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "anvil-rpc" -version = "0.0.4" +version = "0.0.5" dependencies = [ "serde", "serde_json", @@ -1250,7 +1250,7 @@ dependencies = [ [[package]] name = "anvil-server" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anvil-rpc", "async-trait", @@ -2486,7 +2486,7 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cast" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -2602,7 +2602,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chisel" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4245,7 +4245,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "forge" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "forge-doc" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "derive_more", @@ -4365,7 +4365,7 @@ dependencies = [ [[package]] name = "forge-fmt" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "ariadne", @@ -4381,7 +4381,7 @@ dependencies = [ [[package]] name = "forge-script" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-chains", "alloy-consensus 0.9.2", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "forge-script-sequence" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -4449,7 +4449,7 @@ dependencies = [ [[package]] name = "forge-sol-macro-gen" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-json-abi", "alloy-sol-macro-expander", @@ -4465,7 +4465,7 @@ dependencies = [ [[package]] name = "forge-verify" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4579,7 +4579,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-common" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "revm", @@ -4587,7 +4587,7 @@ dependencies = [ [[package]] name = "foundry-cheatcodes-spec" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-sol-types", "foundry-macros", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "foundry-cli" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-chains", "alloy-dyn-abi", @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "foundry-common" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-consensus 0.9.2", "alloy-contract", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "foundry-common-fmt" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4821,7 +4821,7 @@ dependencies = [ [[package]] name = "foundry-config" -version = "0.0.4" +version = "0.0.5" dependencies = [ "Inflector", "alloy-chains", @@ -4860,7 +4860,7 @@ dependencies = [ [[package]] name = "foundry-debugger" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "crossterm", @@ -4878,7 +4878,7 @@ dependencies = [ [[package]] name = "foundry-evm" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -4910,7 +4910,7 @@ dependencies = [ [[package]] name = "foundry-evm-abi" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -4923,7 +4923,7 @@ dependencies = [ [[package]] name = "foundry-evm-core" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -4959,7 +4959,7 @@ dependencies = [ [[package]] name = "foundry-evm-coverage" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "eyre", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "foundry-evm-fuzz" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ahash", "alloy-dyn-abi", @@ -5001,7 +5001,7 @@ dependencies = [ [[package]] name = "foundry-evm-traces" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -5054,7 +5054,7 @@ dependencies = [ [[package]] name = "foundry-linking" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "foundry-compilers", @@ -5067,7 +5067,7 @@ dependencies = [ [[package]] name = "foundry-macros" -version = "0.0.4" +version = "0.0.5" dependencies = [ "proc-macro-error", "proc-macro2", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "foundry-strategy-zksync" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5106,7 +5106,7 @@ dependencies = [ [[package]] name = "foundry-test-utils" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "alloy-provider", @@ -5134,7 +5134,7 @@ dependencies = [ [[package]] name = "foundry-wallets" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-consensus 0.9.2", "alloy-dyn-abi", @@ -5165,7 +5165,7 @@ dependencies = [ [[package]] name = "foundry-zksync-compilers" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "foundry-zksync-core" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-network 0.9.2", "alloy-primitives", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "foundry-zksync-inspectors" -version = "0.0.4" +version = "0.0.5" dependencies = [ "alloy-primitives", "foundry-evm-core", diff --git a/Cargo.toml b/Cargo.toml index 64c348ea5..7e4316db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.4" # x-release-please-version +version = "0.0.5" # x-release-please-version edition = "2021" # Remember to update clippy.toml as well rust-version = "1.83"