Skip to content

Commit 362c9aa

Browse files
chore(main): release foundry-zksync 0.0.29 (#1163)
* chore(main): release foundry-zksync 0.0.29 * chore: update Cargo.lock --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zksync-era-bot <[email protected]>
1 parent cd8e505 commit 362c9aa

File tree

5 files changed

+52
-40
lines changed

5 files changed

+52
-40
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.28"
2+
".": "0.0.29"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.29](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.28...foundry-zksync-v0.0.29) (2025-09-18)
4+
5+
6+
### Features
7+
8+
* Add ast to output selection ([#1154](https://github.com/matter-labs/foundry-zksync/issues/1154)) ([474d305](https://github.com/matter-labs/foundry-zksync/commit/474d305dc046553ebe1c6816ba003f74987f4f56))
9+
10+
11+
### Bug Fixes
12+
13+
* **verify:** correct constructor argument format for ZKsync verification ([#1166](https://github.com/matter-labs/foundry-zksync/issues/1166)) ([cd8e505](https://github.com/matter-labs/foundry-zksync/commit/cd8e5054a47de483e75f394996ca36119729b290))
14+
315
## [0.0.28](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.27...foundry-zksync-v0.0.28) (2025-09-15)
416

517

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resolver = "2"
3434
metadata.upstream_version = "1.3.5"
3535

3636
[workspace.package]
37-
version = "0.0.28" # x-release-please-version
37+
version = "0.0.29" # x-release-please-version
3838
edition = "2024"
3939
# Remember to update clippy.toml as well
4040
rust-version = "1.89"

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foundry-bench"
3-
version = "0.0.28"
3+
version = "0.0.29"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66

0 commit comments

Comments
 (0)