Skip to content

Commit 6f5a02e

Browse files
committed
Release 0.51.1
1 parent a272bc4 commit 6f5a02e

File tree

16 files changed

+44
-39
lines changed

16 files changed

+44
-39
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.51.1] - 2025-10-22
11+
1012
### Forge
1113

1214
#### Fixed

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
@@ -26,7 +26,7 @@ inherits = "release"
2626
debug-assertions = true
2727

2828
[workspace.package]
29-
version = "0.51.0"
29+
version = "0.51.1"
3030
edition = "2024"
3131
repository = "https://github.com/foundry-rs/starknet-foundry"
3232
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)