Skip to content

Commit

Permalink
Merge pull request #1199 from eqlabs/release
Browse files Browse the repository at this point in the history
chore: v0.6.5 release
  • Loading branch information
Mirko-von-Leipzig authored Jul 7, 2023
2 parents 014f6fb + 236fef2 commit 37dc5fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.6.5] - 2023-07-07

### Fixed

- pending data from the gateway is inconsistent
- this could exhibit as RPC data changing status between `pending | L2 accepted | not found`, especially noticeable for transactions.

### Changed

- substantially increase the character limit of execution errors
- previously, the RPC would return a highly truncated error message from the execution vm

## [0.6.4] - 2023-07-05

### Fixed
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.6.4"
version = "0.6.5"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.65"
Expand Down

0 comments on commit 37dc5fb

Please sign in to comment.