Skip to content

Commit a0b9979

Browse files
chore: release main (#1021)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tomás Migone <tomas@edgeandnode.com>
1 parent cb262fe commit a0b9979

8 files changed

Lines changed: 45 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "2.0.2",
3-
"crates/config": "2.0.2",
4-
"crates/service": "2.0.2"
2+
"crates/tap-agent": "2.1.0",
3+
"crates/config": "2.1.0",
4+
"crates/service": "2.1.0"
55
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v2.0.2...indexer-config-v2.1.0) (2026-04-20)
4+
5+
6+
### Features
7+
8+
* remove v1 escrow ([#1015](https://github.com/graphprotocol/indexer-rs/issues/1015)) ([07069a4](https://github.com/graphprotocol/indexer-rs/commit/07069a4ad12d2d0b3f830965e8f53643f80c5754))
9+
10+
11+
### Bug Fixes
12+
13+
* **config:** several configuration optimizations ([#1014](https://github.com/graphprotocol/indexer-rs/issues/1014)) ([0584738](https://github.com/graphprotocol/indexer-rs/commit/058473875a3e02b1b5c73b4af119afd82e69b14e))
14+
315
## [2.0.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v2.0.1...indexer-config-v2.0.2) (2026-04-17)
416

517

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-config"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
edition = "2021"
55

66
[dependencies]

crates/service/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77

88

9+
## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v2.0.2...indexer-service-rs-v2.1.0) (2026-04-20)
10+
11+
12+
### Features
13+
14+
* remove v1 escrow ([#1015](https://github.com/graphprotocol/indexer-rs/issues/1015)) ([07069a4](https://github.com/graphprotocol/indexer-rs/commit/07069a4ad12d2d0b3f830965e8f53643f80c5754))
15+
16+
17+
### Bug Fixes
18+
19+
* **config:** several configuration optimizations ([#1014](https://github.com/graphprotocol/indexer-rs/issues/1014)) ([0584738](https://github.com/graphprotocol/indexer-rs/commit/058473875a3e02b1b5c73b4af119afd82e69b14e))
20+
921
## [2.0.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v2.0.1...indexer-service-rs-v2.0.2) (2026-04-17)
1022

1123

crates/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-service-rs"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

crates/tap-agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55

66

7+
## [2.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.0.2...indexer-tap-agent-v2.1.0) (2026-04-20)
8+
9+
10+
### Features
11+
12+
* remove v1 escrow ([#1015](https://github.com/graphprotocol/indexer-rs/issues/1015)) ([07069a4](https://github.com/graphprotocol/indexer-rs/commit/07069a4ad12d2d0b3f830965e8f53643f80c5754))
13+
14+
15+
### Bug Fixes
16+
17+
* **config:** several configuration optimizations ([#1014](https://github.com/graphprotocol/indexer-rs/issues/1014)) ([0584738](https://github.com/graphprotocol/indexer-rs/commit/058473875a3e02b1b5c73b4af119afd82e69b14e))
18+
719
## [2.0.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v2.0.1...indexer-tap-agent-v2.0.2) (2026-04-17)
820

921

crates/tap-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexer-tap-agent"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)