Skip to content

Commit

Permalink
Merge pull request eqlabs#2438 from eqlabs/krisztian/bump-version-to-…
Browse files Browse the repository at this point in the history
…0.15.2

chore: bump version to 0.15.2
  • Loading branch information
kkovaacs authored Dec 4, 2024
2 parents c47ea59 + db0ba54 commit a88f518
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 26 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ 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.15.2] - 2024-12-04

### Fixed

- Pathfinder fails to properly do a reorg due to a SQL statement referring a table that does not exist.
- `--rpc.get-events-max-uncached-bloom-filters-to-load` setting is ineffective.

## [0.15.1] - 2024-12-02

Expand Down
46 changes: 23 additions & 23 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 @@ -43,7 +43,7 @@ lto = true
opt-level = 3

[workspace.package]
version = "0.15.1"
version = "0.15.2"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.80"
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.

0 comments on commit a88f518

Please sign in to comment.