Skip to content

Commit

Permalink
chore: release main (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
1 parent 0eb733f commit 7a5dca6
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tap-agent": "1.4.1",
"common": "1.2.1",
"tap-agent": "1.5.0",
"common": "1.3.0",
"config": "1.2.0",
"service": "1.2.1"
"service": "1.2.2"
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.2.1...indexer-common-v1.3.0) (2024-11-01)


### Features

* enable value check ([#430](https://github.com/graphprotocol/indexer-rs/issues/430)) ([466a5a9](https://github.com/graphprotocol/indexer-rs/commit/466a5a92c66f5cd31f5aa9c20fb51cd0df391d6c))

## [1.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.2.0...indexer-common-v1.2.1) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-common"
version = "1.2.1"
version = "1.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@





## [1.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.1.1...indexer-service-rs-v1.2.0) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-service-rs"
version = "1.2.1"
version = "1.2.2"
edition = "2021"
license = "Apache-2.0"

Expand Down
13 changes: 13 additions & 0 deletions tap-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add sender fee tracker metric ([f4fb366](https://github.com/graphprotocol/indexer-rs/commit/f4fb36610a438a8c9e1ee73da44c369f247843d1))


### Bug Fixes

* recalculate all allocations ([09993b7](https://github.com/graphprotocol/indexer-rs/commit/09993b748ded427f485b6979a5ce342299d84dba))
* use requesting value in global ([1ea3afa](https://github.com/graphprotocol/indexer-rs/commit/1ea3afae44800d467d27c8474612580f1ca2bee0))

## [1.4.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.4.0...indexer-tap-agent-v1.4.1) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-tap-agent"
version = "1.4.1"
version = "1.5.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 7a5dca6

Please sign in to comment.