Skip to content

Commit 496968b

Browse files
chore: release main (#585)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gustavo Inacio <[email protected]>
1 parent 236fefe commit 496968b

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.7.4",
2+
"crates/tap-agent": "1.8.0",
33
"crates/config": "1.2.2",
44
"crates/service": "1.4.1"
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.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.4...indexer-tap-agent-v1.8.0) (2025-01-29)
8+
9+
10+
### Features
11+
12+
* grpc client for tap aggregator ([#583](https://github.com/graphprotocol/indexer-rs/issues/583)) ([c3ede8f](https://github.com/graphprotocol/indexer-rs/commit/c3ede8f8bfe1820dd0bdc8876af083a8971d39ff))
13+
714
## [1.7.4](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.3...indexer-tap-agent-v1.7.4) (2024-12-18)
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.7.4"
3+
version = "1.8.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)