Skip to content

Commit 99cf66c

Browse files
chore: release main (#437)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df94692 commit 99cf66c

File tree

8 files changed

+26
-9
lines changed

8 files changed

+26
-9
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"tap-agent": "1.4.0",
3-
"common": "1.2.0",
2+
"tap-agent": "1.4.1",
3+
"common": "1.2.1",
44
"config": "1.2.0",
5-
"service": "1.2.0"
5+
"service": "1.2.1"
66
}

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.2.0...indexer-common-v1.2.1) (2024-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* proper build graph-node query url ([#438](https://github.com/graphprotocol/indexer-rs/issues/438)) ([df94692](https://github.com/graphprotocol/indexer-rs/commit/df94692e66f48a186deeac99bda8e0fcfddb2e52))
10+
311
## [1.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.1.0...indexer-common-v1.2.0) (2024-10-30)
412

513

common/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-common"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55

66
[dependencies]

service/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
4+
35
## [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)
46

57

service/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-service-rs"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
license = "Apache-2.0"
66

tap-agent/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* check subgraph before closing allocations ([#435](https://github.com/graphprotocol/indexer-rs/issues/435)) ([a3cc07e](https://github.com/graphprotocol/indexer-rs/commit/a3cc07e72d2e6a8440788c96ff005ea566eac751))
9+
310
## [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)
411

512

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

0 commit comments

Comments
 (0)