Skip to content

Commit ebe2538

Browse files
authored
Merge pull request #2208 from eqlabs/krisztian/0.14.2-version-bump
chore: bump version number to 0.14.2
2 parents d76289f + 2f58053 commit ebe2538

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

CHANGELOG.md

Lines changed: 2 additions & 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.14.2] - 2024-09-03
1111

1212
### Fixed
1313

@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Added
1919

2020
- `--sync.l1-poll-interval` CLI option has been added to set the poll interval for L1 state. Defaults to 30s.
21+
- Support for Starknet 0.13.2.1.
2122

2223
## [0.14.1] - 2024-07-29
2324

Cargo.lock

Lines changed: 21 additions & 21 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
@@ -38,7 +38,7 @@ lto = true
3838
opt-level = 3
3939

4040
[workspace.package]
41-
version = "0.14.1"
41+
version = "0.14.2"
4242
edition = "2021"
4343
license = "MIT OR Apache-2.0"
4444
rust-version = "1.76"

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.

crates/pathfinder/src/bin/pathfinder/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ fn start_sync(
539539
gossiper: state::Gossiper,
540540
gateway_public_key: pathfinder_common::PublicKey,
541541
_p2p_client: Option<p2p::client::peer_agnostic::Client>,
542-
_verify_tree_hashes: bool,
543542
) -> tokio::task::JoinHandle<anyhow::Result<()>> {
544543
start_feeder_gateway_sync(
545544
storage,

0 commit comments

Comments
 (0)