Skip to content

Commit

Permalink
Release 0.21.0 (#1971)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

- releases new starknet foundry version

## Checklist

<!-- Make sure all of these are complete -->

- [X] Linked relevant issue
- [X] Updated relevant documentation
- [X] Added relevant tests
- [X] Performed self-review of the code
- [X] Added changes to `CHANGELOG.md`
  • Loading branch information
THenry14 authored Apr 3, 2024
1 parent 304bddf commit 2996b8c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 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.21.0] - 2024-04-03

### Forge

#### Changed
Expand Down
6 changes: 3 additions & 3 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 @@ -14,7 +14,7 @@ members = [
]

[workspace.package]
version = "0.20.1"
version = "0.21.0"
edition = "2021"
repository = "https://github.com/foundry-rs/starknet-foundry"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/forge/tests/e2e/running.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ fn incompatible_snforge_std_version_warning() {
output,
indoc! {r"
[..]Updating git repository https://github.com/foundry-rs/starknet-foundry
[WARNING] Package snforge_std version does not meet the recommended version requirement =0.20.1, [..]
[WARNING] Package snforge_std version does not meet the recommended version requirement =0.21.0, [..]
[..]Compiling[..]
[..]Finished[..]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion crates/sncast/tests/e2e/script/general.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async fn test_incompatible_sncast_std_version() {

snapbox.assert().success().stdout_matches(indoc! {r"
...
[WARNING] Package sncast_std version does not meet the recommended version requirement =0.20.1, it might result in unexpected behaviour
[WARNING] Package sncast_std version does not meet the recommended version requirement =0.21.0, it might result in unexpected behaviour
...
"});
}
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.20.1"
version = "0.21.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.20.1"
version = "0.21.0"
edition = "2023_11"

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

[[package]]
name = "snforge_std"
version = "0.20.1"
version = "0.21.0"
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.20.1"
version = "0.21.0"
edition = "2023_10"

[dependencies]
Expand Down

0 comments on commit 2996b8c

Please sign in to comment.