Skip to content

Commit 33784c4

Browse files
Merge hotfix 0.51.1 branch (#3857)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md` --------- Co-authored-by: Franciszek Job <[email protected]>
1 parent e206db9 commit 33784c4

File tree

16 files changed

+46
-39
lines changed

16 files changed

+46
-39
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
- Gas values in fuzzing test output are now displayed as whole numbers without fractional parts
1515

16+
## [0.51.1] - 2025-10-23
17+
18+
### Forge
19+
1620
#### Fixed
1721

1822
- A bug that caused `meta_tx_v0` to panic when tracked resources are Sierra gas.

Cargo.lock

Lines changed: 23 additions & 20 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
@@ -27,7 +27,7 @@ inherits = "release"
2727
debug-assertions = true
2828

2929
[workspace.package]
30-
version = "0.51.0"
30+
version = "0.51.1"
3131
edition = "2024"
3232
repository = "https://github.com/foundry-rs/starknet-foundry"
3333
license = "MIT"
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

crates/snforge-scarb-plugin-deprecated/Cargo.lock

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

crates/snforge-scarb-plugin-deprecated/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snforge_scarb_plugin_deprecated"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
edition = "2021"
55
publish = false
66
rust-version = "1.80.1"

crates/snforge-scarb-plugin-deprecated/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snforge_scarb_plugin_deprecated"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
edition = "2024_07"
55
include = ["target/scarb/cairo-plugin/"]
66
cairo-version = "<=2.11.4"

crates/snforge-scarb-plugin/Cargo.lock

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

crates/snforge-scarb-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snforge_scarb_plugin"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
edition = "2024"
55
publish = false
66
rust-version = "1.87.0"

crates/snforge-scarb-plugin/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snforge_scarb_plugin"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
edition = "2024_07"
55
include = ["target/scarb/cairo-plugin/"]
66

0 commit comments

Comments
 (0)