Skip to content

Commit e4fb46e

Browse files
authored
Merge pull request #2399 from eqlabs/krisztian/bump-version-to-0.15.0
chore: bump version to 0.15.0
2 parents a618fb1 + b047d48 commit e4fb46e

File tree

5 files changed

+28
-27
lines changed

5 files changed

+28
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ More expansive patch notes and explanations may be found in the specific [pathfi
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## [0.15.0] - 2024-11-21
1111

1212
### Added
1313

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lto = true
4040
opt-level = 3
4141

4242
[workspace.package]
43-
version = "0.14.4"
43+
version = "0.15.0"
4444
edition = "2021"
4545
license = "MIT OR Apache-2.0"
4646
rust-version = "1.80"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,12 @@ This can be used to interact with a custom Starknet gateway, or to use a gateway
275275

276276
You can interact with Starknet using the JSON-RPC API. Pathfinder supports the official Starknet RPC API and in addition supplements this with its own pathfinder specific extensions such as `pathfinder_getProof`.
277277

278-
Currently, pathfinder supports `v0.6` and `v0.7` versions of the Starknet JSON-RPC specification.
278+
Currently, pathfinder supports `v0.6`, `v0.7` and `v0.8` versions of the Starknet JSON-RPC specification.
279279
The `path` of the URL used to access the JSON-RPC server determines which version of the API is served:
280280

281281
- the `v0.6.0` API is exposed on the `/rpc/v0_6` path via HTTP and on `/ws/rpc/v0_6` via Websocket
282282
- the `v0.7.0` API is exposed on the `/rpc/v0_7` path via HTTP and on `/ws/rpc/v0_7` via Websocket
283+
- the `v0.8.0-rc1` API is exposed on the `/rpc/v0_8` path via both HTTP and Websocket
283284
- the pathfinder extension API is exposed on `/rpc/pathfinder/v0.1` and `/rpc/pathfinder/v0_1` via HTTP and `/ws/rpc/pathfinder/v0_1` via Websocket.
284285

285286
Version of the API, which is served on the root (`/`) path via HTTP and on `/ws` via Websocket, can be configured via the pathfinder parameter `--rpc.root-version` (or the `RPC_ROOT_VERSION` environment variable).

crates/load-test/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)