Skip to content

Commit 1f3ed73

Browse files
chore: release main (#777)
* chore: release main * chore: trigger CI for release-please PR --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joseph Livesey <[email protected]>
1 parent e15ea7a commit 1f3ed73

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"crates/tap-agent": "1.10.0",
2+
"crates/tap-agent": "1.10.1",
33
"crates/config": "1.5.0",
44
"crates/service": "1.6.0"
55
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tap-agent/CHANGELOG.md

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

55

66

7+
## [1.10.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.0...indexer-tap-agent-v1.10.1) (2025-07-16)
8+
9+
10+
### Bug Fixes
11+
12+
* **tap-agent:** check horizon is active before checking for escrow ([#776](https://github.com/graphprotocol/indexer-rs/issues/776)) ([e15ea7a](https://github.com/graphprotocol/indexer-rs/commit/e15ea7a65d13bdefe3ab86cd563636a48901b354))
13+
714
## [1.10.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.7...indexer-tap-agent-v1.10.0) (2025-07-02)
815

916

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

0 commit comments

Comments
 (0)