Skip to content

Commit 13db1b8

Browse files
chore: release main (#458)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bf77c5 commit 13db1b8

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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-
"tap-agent": "1.5.0",
2+
"tap-agent": "1.6.0",
33
"common": "1.3.0",
44
"config": "1.2.0",
55
"service": "1.2.2"

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.

tap-agent/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-tap-agent-v1.5.0...indexer-tap-agent-v1.6.0) (2024-11-04)
4+
5+
6+
### Features
7+
8+
* calculate unnagregated fees even if the rav fails ([#442](https://github.com/graphprotocol/indexer-rs/issues/442)) ([3ae39c0](https://github.com/graphprotocol/indexer-rs/commit/3ae39c0b91d9798a2260736358ee3ef45d6944b9))
9+
10+
11+
### Bug Fixes
12+
13+
* change buffered to buffered_unordened for faster collecting ([#457](https://github.com/graphprotocol/indexer-rs/issues/457)) ([7bf77c5](https://github.com/graphprotocol/indexer-rs/commit/7bf77c574ba9316d647aad5877f91db45b142c43))
14+
315
## [1.5.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.4.1...indexer-tap-agent-v1.5.0) (2024-11-01)
416

517

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

0 commit comments

Comments
 (0)