Skip to content

Commit 5150565

Browse files
authored
Bump version to 0.11.0 (#1174)
1 parent e53d71a commit 5150565

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 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.11.0] - 2023-11-22
11+
1012
### Forge
1113

1214
#### Added
@@ -19,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
- `start_prank` and `stop_prank` now take `CheatTarget` as the first argument instead of `ContractAddress`. Read more [here](./docs/src/appendix/cheatcodes/start_prank.md).
2022
- `start_roll` and `stop_roll` now take `CheatTarget` as the first argument instead of `ContractAddress`. Read more [here](./docs/src/appendix/cheatcodes/start_roll.md).
2123

24+
PS: Credits to @bllu404 for the help with the new interfaces for cheats!
25+
2226
#### Fixed
2327

2428
- using unsupported `available_gas` attribute now fails the specific test case instead of the whole runner

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.10.2"
14+
version = "0.11.0"
1515
edition = "2021"
1616
repository = "https://github.com/foundry-rs/starknet-foundry"
1717
license = "MIT"

0 commit comments

Comments
 (0)