Skip to content

Commit

Permalink
chore: release main (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent df94692 commit 99cf66c
Show file tree
Hide file tree
Showing 8 changed files with 26 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.0",
"common": "1.2.0",
"tap-agent": "1.4.1",
"common": "1.2.1",
"config": "1.2.0",
"service": "1.2.0"
"service": "1.2.1"
}
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.

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

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


### Bug Fixes

* add more information about failing subgraph query ([#436](https://github.com/graphprotocol/indexer-rs/issues/436)) ([1e52f82](https://github.com/graphprotocol/indexer-rs/commit/1e52f82ec240c63c940bcc3b20e58750c31b4d66))
* proper build graph-node query url ([#438](https://github.com/graphprotocol/indexer-rs/issues/438)) ([df94692](https://github.com/graphprotocol/indexer-rs/commit/df94692e66f48a186deeac99bda8e0fcfddb2e52))

## [1.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.1.0...indexer-common-v1.2.0) (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.0"
version = "1.2.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog



## [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.0"
version = "1.2.1"
edition = "2021"
license = "Apache-2.0"

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

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


### Bug Fixes

* check subgraph before closing allocations ([#435](https://github.com/graphprotocol/indexer-rs/issues/435)) ([a3cc07e](https://github.com/graphprotocol/indexer-rs/commit/a3cc07e72d2e6a8440788c96ff005ea566eac751))

## [1.4.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.3.0...indexer-tap-agent-v1.4.0) (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.0"
version = "1.4.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 99cf66c

Please sign in to comment.