From 7cc1912fab3449982a1d9eccf9de53a57ffa5794 Mon Sep 17 00:00:00 2001 From: Mirko von Leipzig Date: Thu, 9 Nov 2023 12:44:09 +0200 Subject: [PATCH] chore: pathfinder v0.9.5 release --- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- crates/pathfinder/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecdc95622..7757060e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 715db75b4c..c0da99bea9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5869,7 +5869,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 7ba61c03f3..fe40d14a61 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -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 }