Skip to content

Commit d256bd0

Browse files
chore(main): release foundry-zksync 0.0.31 (#1193)
* chore(main): release foundry-zksync 0.0.31 * 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 763bbd3 commit d256bd0

File tree

5 files changed

+48
-41
lines changed

5 files changed

+48
-41
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.30"
2+
".": "0.0.31"
33
}

CHANGELOG.md

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

3+
## [0.0.31](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.30...foundry-zksync-v0.0.31) (2025-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Cap gas limit by balance in gas_params ([#1192](https://github.com/matter-labs/foundry-zksync/issues/1192)) ([763bbd3](https://github.com/matter-labs/foundry-zksync/commit/763bbd3304a4b3cd25119640d94d6fe69f0cbd1c))
9+
310
## [0.0.30](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.29...foundry-zksync-v0.0.30) (2025-10-08)
411

512

Cargo.lock

Lines changed: 38 additions & 38 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.30" # x-release-please-version
37+
version = "0.0.31" # 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.30"
3+
version = "0.0.31"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66

0 commit comments

Comments
 (0)