Skip to content

Commit

Permalink
Merge pull request #2208 from eqlabs/krisztian/0.14.2-version-bump
Browse files Browse the repository at this point in the history
chore: bump version number to 0.14.2
  • Loading branch information
kkovaacs committed Sep 3, 2024
2 parents d76289f + 2f58053 commit ebe2538
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ More expansive patch notes and explanations may be found in the specific [pathfi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.14.2] - 2024-09-03

### Fixed

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

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

## [0.14.1] - 2024-07-29

Expand Down
42 changes: 21 additions & 21 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lto = true
opt-level = 3

[workspace.package]
version = "0.14.1"
version = "0.14.2"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion crates/load-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/pathfinder/src/bin/pathfinder/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ fn start_sync(
gossiper: state::Gossiper,
gateway_public_key: pathfinder_common::PublicKey,
_p2p_client: Option<p2p::client::peer_agnostic::Client>,
_verify_tree_hashes: bool,
) -> tokio::task::JoinHandle<anyhow::Result<()>> {
start_feeder_gateway_sync(
storage,
Expand Down

0 comments on commit ebe2538

Please sign in to comment.