Skip to content

Commit 13ee73d

Browse files
authored
Release 0.39.0 (#3125)
<!-- 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`
1 parent 788fcf0 commit 13ee73d

File tree

11 files changed

+17
-14
lines changed

11 files changed

+17
-14
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.39.0] - 2025-03-19
11+
1012
### Forge
1113

1214
#### Added

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -20,7 +20,7 @@ members = [
2020
exclude = ["crates/snforge-scarb-plugin"]
2121

2222
[workspace.package]
23-
version = "0.38.3"
23+
version = "0.39.0"
2424
edition = "2024"
2525
repository = "https://github.com/foundry-rs/starknet-foundry"
2626
license = "MIT"

crates/forge/tests/data/forking/.snfoundry_cache/http___188_34_188_184_7070_rpc_v0_7_54060_v0_39_0.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

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.38.3"
3+
version = "0.39.0"
44
edition = "2021"
55
publish = false
66
rust-version = "1.80.1"

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.38.3"
3+
version = "0.39.0"
44
edition = "2024_07"
55
include = ["target/scarb/cairo-plugin/"]
66

sncast_std/Scarb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version = 1
33

44
[[package]]
55
name = "sncast_std"
6-
version = "0.38.3"
6+
version = "0.39.0"

sncast_std/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sncast_std"
3-
version = "0.38.3"
3+
version = "0.39.0"
44
edition = "2023_11"
55
description = "Library used for writing deployment scripts in Cairo"
66
homepage = "https://foundry-rs.github.io/starknet-foundry/starknet/script.html"

snforge_std/Scarb.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version = 1
33

44
[[package]]
55
name = "snforge_scarb_plugin"
6-
version = "0.38.3"
6+
version = "0.39.0"
77

88
[[package]]
99
name = "snforge_std"
10-
version = "0.38.3"
10+
version = "0.39.0"
1111
dependencies = [
1212
"snforge_scarb_plugin",
1313
]

snforge_std/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_std"
3-
version = "0.38.3"
3+
version = "0.39.0"
44
edition = "2024_07"
55
description = "Cairo testing library"
66
documentation = "https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library.html"

0 commit comments

Comments
 (0)