Skip to content

Commit

Permalink
Merge pull request #1138 from eqlabs/release_v0_6
Browse files Browse the repository at this point in the history
chore: v0.6 release
  • Loading branch information
Mirko-von-Leipzig authored Jun 14, 2023
2 parents 7613630 + b5f5fb6 commit b806964
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.6.0] - 2023-06-14

### Fixed

- `starknet_simulateTransaction` requires `transactions` instead of `transaction` as input field.
- gateway's error message is hidden when submitting a failed transaction
- `starknet_getEvents` is very slow for certain filter combinations

### Changed

- default RPC API version changed from v0.2 to v0.3
- disallow JSON-RPC notification-style requests

## [0.5.6] - 2023-05-25

Expand Down
2 changes: 1 addition & 1 deletion 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 crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "0.5.6"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.65"
Expand Down

0 comments on commit b806964

Please sign in to comment.