Skip to content

Commit 401c276

Browse files
chore: release main (#885)
* chore: release main * ci: trigger CI workflows for release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joseph Livesey <joseph@semiotic.ai>
1 parent f42fcbc commit 401c276

File tree

8 files changed

+25
-9
lines changed

8 files changed

+25
-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.12.0",
3-
"crates/config": "1.7.0",
4-
"crates/service": "1.7.1"
2+
"crates/tap-agent": "1.12.1",
3+
"crates/config": "1.8.0",
4+
"crates/service": "1.8.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.7.0...indexer-config-v1.8.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* support multiple operator mnemonics for attestation signing ([#884](https://github.com/graphprotocol/indexer-rs/issues/884)) ([f42fcbc](https://github.com/graphprotocol/indexer-rs/commit/f42fcbcb70f314e7770f87cbcc849f9da747246c))
9+
310
## [1.7.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.6.0...indexer-config-v1.7.0) (2025-12-02)
411

512

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.7.0"
3+
version = "1.8.0"
44
edition = "2021"
55

66
[dependencies]

crates/service/CHANGELOG.md

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

77

88

9+
## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.7.1...indexer-service-rs-v1.8.0) (2025-12-04)
10+
11+
12+
### Features
13+
14+
* support multiple operator mnemonics for attestation signing ([#884](https://github.com/graphprotocol/indexer-rs/issues/884)) ([f42fcbc](https://github.com/graphprotocol/indexer-rs/commit/f42fcbcb70f314e7770f87cbcc849f9da747246c))
15+
916
## [1.7.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.7.0...indexer-service-rs-v1.7.1) (2025-12-02)
1017

1118
## [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)

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.7.1"
3+
version = "1.8.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

crates/tap-agent/CHANGELOG.md

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

55

66

7+
## [1.12.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.12.0...indexer-tap-agent-v1.12.1) (2025-12-04)
8+
79
## [1.12.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.11.0...indexer-tap-agent-v1.12.0) (2025-12-02)
810

911

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.12.0"
3+
version = "1.12.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)