Skip to content

Commit

Permalink
Merge pull request #2096 from eqlabs/release/v0.13.2
Browse files Browse the repository at this point in the history
chore: 0.13.2 version bump
  • Loading branch information
kkovaacs committed Jun 25, 2024
2 parents 9a6314a + eb586d3 commit df7e348
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ More expansive patch notes and explanations may be found in the specific [pathfi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.13.2] - 2024-06-24

### Fixed

- `starknet_getTransactionReceipt` responses are missing the `payload` property in `MSG_TO_L1` objects on the JSON-RPC 0.7 interface.
- `starknet_traceTransaction` and `starknet_traceBlockTransactions` returns L2 to L1 messages from inner calls duplicated.

## [0.13.1] - 2024-06-19
Expand Down
42 changes: 21 additions & 21 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 @@ -38,7 +38,7 @@ lto = true
opt-level = 3

[workspace.package]
version = "0.13.1"
version = "0.13.2"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion crates/load-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df7e348

Please sign in to comment.