Skip to content

Commit

Permalink
Bump to 0.13.1 (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae authored Dec 20, 2023
1 parent 0114151 commit e1412ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.1] - 2023-12-20

### Forge

#### Changed

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

#### Fixed

- Parsing panic data from call contract result

### Cast

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

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

#### Fixed

- Parsing panic data from call contract result

## [0.13.0] - 2023-12-14

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

[workspace.package]
version = "0.13.0"
version = "0.13.1"
edition = "2021"
repository = "https://github.com/foundry-rs/starknet-foundry"
license = "MIT"
Expand Down

0 comments on commit e1412ed

Please sign in to comment.