Skip to content

Commit 5ac2c2f

Browse files
authored
chore(release): prepare for 4.2.0 (#1071)
1 parent 71af2cb commit 5ac2c2f

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.2.0] - 2026-04-23
8+
9+
### πŸš€ Features
10+
11+
- *(indexer-api)* Add dustGenerationMerkleTreeUpdate query (#1062)
12+
- Dust generations QDO fields and generation tree index (#1059)
13+
14+
### πŸ› Bug Fixes
15+
16+
- *(indexer-common)* Clamp block_fullness on post_block_update to match node (#1061)
17+
18+
### ⚑ Performance
19+
20+
- *(chain-indexer)* Replace backward traversal with forward iteration by block height (#1038)
21+
722
## [4.1.0] - 2026-04-20
823

924
### πŸš€ Features

β€ŽCargo.lockβ€Ž

Lines changed: 6 additions & 6 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
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "4.1.0"
14+
version = "4.2.0"
1515
edition = "2024"
1616
license = "Apache-2.0"
1717
readme = "README.md"

0 commit comments

Comments
Β (0)