Skip to content

Commit

Permalink
Merge pull request #2482 from eqlabs/krisztian/merge-0.15.3
Browse files Browse the repository at this point in the history
chore: merge v0.15.3 release back to `main`
  • Loading branch information
kkovaacs authored Jan 13, 2025
2 parents ca654b8 + 5562c07 commit ee493bb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Use aggregate Bloom filters for `starknet_getEvents` to improve performance.

## [0.15.3] - 2025-01-10

### Changed

- Cairo 0 class definition size is now capped at 4 MiB.

## [0.15.2] - 2024-12-04
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.2"
version = "0.15.3"
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 ee493bb

Please sign in to comment.