Skip to content

Commit

Permalink
Merge branch 'master' into 2708-cast-default-urs
Browse files Browse the repository at this point in the history
  • Loading branch information
cptartur committed Jan 16, 2025
2 parents 1f8960f + 8ce451e commit 32474ca
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.36.0] - 2025-01-15

### Forge

#### Changed
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
]

[workspace.package]
version = "0.35.1"
version = "0.36.0"
edition = "2021"
repository = "https://github.com/foundry-rs/starknet-foundry"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/snforge-scarb-plugin/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snforge_scarb_plugin"
version = "0.35.1"
version = "0.36.0"
edition = "2024_07"

[cairo-plugin]
12 changes: 12 additions & 0 deletions docs/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ Install Scarb
asdf install scarb latest
```

Set a version globally (in your ~/.tool-versions file):

```shell
asdf global scarb latest
```

To verify that Scarb was installed, run

```shell
Expand All @@ -129,6 +135,12 @@ Install Starknet Foundry
asdf install starknet-foundry latest
```

Set a version globally (in your ~/.tool-versions file):

```shell
asdf global starknet-foundry latest
```

To verify that Starknet Foundry was installed, run

```shell
Expand Down
2 changes: 1 addition & 1 deletion sncast_std/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version = 1

[[package]]
name = "sncast_std"
version = "0.35.1"
version = "0.36.0"
2 changes: 1 addition & 1 deletion sncast_std/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sncast_std"
version = "0.35.1"
version = "0.36.0"
edition = "2023_11"
description = "Library used for writing deployment scripts in Cairo"
homepage = "https://foundry-rs.github.io/starknet-foundry/starknet/script.html"
Expand Down
4 changes: 2 additions & 2 deletions snforge_std/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version = 1

[[package]]
name = "snforge_scarb_plugin"
version = "0.35.1"
version = "0.36.0"

[[package]]
name = "snforge_std"
version = "0.35.1"
version = "0.36.0"
dependencies = [
"snforge_scarb_plugin",
]
2 changes: 1 addition & 1 deletion snforge_std/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snforge_std"
version = "0.35.1"
version = "0.36.0"
edition = "2024_07"
description = "Cairo testing library"
documentation = "https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library.html"
Expand Down

0 comments on commit 32474ca

Please sign in to comment.