Skip to content

Commit 5968e06

Browse files
chore: release main (#848)
* chore: release main * chore: trigger CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Natanael Mojica <[email protected]>
1 parent 8c8dd2b commit 5968e06

File tree

8 files changed

+45
-9
lines changed

8 files changed

+45
-9
lines changed

.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": "1.10.3",
3-
"crates/config": "1.5.2",
4-
"crates/service": "1.6.2"
2+
"crates/tap-agent": "1.11.0",
3+
"crates/config": "1.6.0",
4+
"crates/service": "1.7.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+
## [1.6.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.5.2...indexer-config-v1.6.0) (2025-09-29)
4+
5+
6+
### Features
7+
8+
* **sender_account:** Propagate new subgraph_service_address to receipt layers ([8c8dd2b](https://github.com/graphprotocol/indexer-rs/commit/8c8dd2b2b6849af3923472ad38aa7d9836cb1935))
9+
10+
11+
### Bug Fixes
12+
13+
* **horizon:** use subgraph_service in query for V2 receipts ([8c8dd2b](https://github.com/graphprotocol/indexer-rs/commit/8c8dd2b2b6849af3923472ad38aa7d9836cb1935))
14+
315
## [1.5.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.5.1...indexer-config-v1.5.2) (2025-08-11)
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 = "1.5.2"
3+
version = "1.6.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+
## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.2...indexer-service-rs-v1.7.0) (2025-09-29)
10+
11+
12+
### Features
13+
14+
* **sender_account:** Propagate new subgraph_service_address to receipt layers ([8c8dd2b](https://github.com/graphprotocol/indexer-rs/commit/8c8dd2b2b6849af3923472ad38aa7d9836cb1935))
15+
16+
17+
### Bug Fixes
18+
19+
* **horizon:** use subgraph_service in query for V2 receipts ([8c8dd2b](https://github.com/graphprotocol/indexer-rs/commit/8c8dd2b2b6849af3923472ad38aa7d9836cb1935))
20+
921
## [1.6.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.1...indexer-service-rs-v1.6.2) (2025-08-11)
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 = "1.6.2"
3+
version = "1.7.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+
## [1.11.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.3...indexer-tap-agent-v1.11.0) (2025-09-29)
8+
9+
10+
### Features
11+
12+
* **sender_account:** Propagate new subgraph_service_address to receipt layers ([8c8dd2b](https://github.com/graphprotocol/indexer-rs/commit/8c8dd2b2b6849af3923472ad38aa7d9836cb1935))
13+
14+
15+
### Bug Fixes
16+
17+
* **horizon:** use subgraph_service in query for V2 receipts ([8c8dd2b](https://github.com/graphprotocol/indexer-rs/commit/8c8dd2b2b6849af3923472ad38aa7d9836cb1935))
18+
719
## [1.10.3](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.2...indexer-tap-agent-v1.10.3) (2025-08-11)
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 = "1.10.3"
3+
version = "1.11.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)