Skip to content

Commit

Permalink
Patch version 0.20.1 (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae authored Mar 22, 2024
1 parent 4e90fd6 commit fea2db8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 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.20.1] - 2024-03-22

## [0.20.0] - 2024-03-20

### Forge
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.0"
version = "0.20.1"
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.0, [..]
[WARNING] Package snforge_std version does not meet the recommended version requirement =0.20.1, [..]
[..]Compiling[..]
[..]Finished[..]
Expand Down
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 @@ -127,7 +127,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.0, it might result in unexpected behaviour
[WARNING] Package sncast_std version does not meet the recommended version requirement =0.20.1, 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.0"
version = "0.20.1"
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.0"
version = "0.20.1"
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.0"
version = "0.20.1"
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.0"
version = "0.20.1"
edition = "2023_10"

[dependencies]
Expand Down

0 comments on commit fea2db8

Please sign in to comment.