Skip to content

Commit e1412ed

Browse files
authored
Bump to 0.13.1 (#1424)
1 parent 0114151 commit e1412ed

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.1] - 2023-12-20
11+
1012
### Forge
1113

1214
#### Changed
1315

1416
- fields from `starknet::info::v2::TxInfo` are now part of `TxInfoMock` from `snforge_std::cheatcodes::tx_info`
1517
- consistent latest block numbers for each url are now used across the whole run when testing against forks
1618

19+
#### Fixed
20+
21+
- Parsing panic data from call contract result
22+
1723
### Cast
1824

1925
#### Added
@@ -25,10 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531

2632
- Argument `max-fee` in `account deploy` is now optional
2733

28-
#### Fixed
29-
30-
- Parsing panic data from call contract result
31-
3234
## [0.13.0] - 2023-12-14
3335

3436
### Forge

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
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.13.0"
15+
version = "0.13.1"
1616
edition = "2021"
1717
repository = "https://github.com/foundry-rs/starknet-foundry"
1818
license = "MIT"

0 commit comments

Comments
 (0)