Skip to content

Commit ae2bfed

Browse files
authored
Release 0.52.0 (#3916)
1 parent d0c1146 commit ae2bfed

File tree

16 files changed

+24
-22
lines changed

16 files changed

+24
-22
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.52.0] - 2025-11-05
11+
1012
### Forge
1113

1214
#### Changed

Cargo.lock

Lines changed: 7 additions & 7 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.2"
30+
version = "0.52.0"
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: 1 addition & 1 deletion
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.2"
3+
version = "0.52.0"
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.2"
3+
version = "0.52.0"
44
edition = "2024_07"
55
include = ["target/scarb/cairo-plugin/"]
66
cairo-version = "<=2.11.4"

crates/snforge-scarb-plugin/Cargo.lock

Lines changed: 1 addition & 1 deletion
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.2"
3+
version = "0.52.0"
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.2"
3+
version = "0.52.0"
44
edition = "2024_07"
55
include = ["target/scarb/cairo-plugin/"]
66

0 commit comments

Comments
 (0)