Skip to content

Commit 5562c07

Browse files
committed
Merge tag 'v0.15.3' into krisztian/merge-0.15.3
Pathfinder v0.15.3
2 parents ca654b8 + 5c7161f commit 5562c07

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
### Changed
2828

2929
- Use aggregate Bloom filters for `starknet_getEvents` to improve performance.
30+
31+
## [0.15.3] - 2025-01-10
32+
33+
### Changed
34+
3035
- Cairo 0 class definition size is now capped at 4 MiB.
3136

3237
## [0.15.2] - 2024-12-04

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
@@ -43,7 +43,7 @@ lto = true
4343
opt-level = 3
4444

4545
[workspace.package]
46-
version = "0.15.2"
46+
version = "0.15.3"
4747
edition = "2021"
4848
license = "MIT OR Apache-2.0"
4949
rust-version = "1.80"

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)