Skip to content

Commit

Permalink
chore: pathfinder v0.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Nov 9, 2023
1 parent 290a1d2 commit 7cc1912
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.9.5] - 2023-11-09

### Added

- Host JSON-RPC on `/rpc/v0_x` in addition to the existing `/rpc/v0.x` endpoints. This applies to all supported JSON-RPC versions.
Expand All @@ -20,8 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- JSON-RPC 0.5 transaction traces now have the required `type` property.
- RPC v0.5: L1 Handler receipt is missing the `message_hash` property.
- JSON-RPC v0.5 transaction traces now have the required `type` property.
- JSON-RPC v0.5 L1 Handler receipt is missing the `message_hash` property.
- JSON-RPC v0.5 use wrong field names in ExecutionResources

## [0.9.4] - 2023-11-02

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.9.4"
version = "0.9.5"
edition = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit 7cc1912

Please sign in to comment.