diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1a2fe8c..0bf57dcbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.10.1", - "crates/config": "1.5.0", - "crates/service": "1.6.0" + "crates/tap-agent": "1.10.2", + "crates/config": "1.5.1", + "crates/service": "1.6.1" } diff --git a/Cargo.lock b/Cargo.lock index d56e1f2f4..e874b4644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4036,7 +4036,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.5.0" +version = "1.5.1" dependencies = [ "bigdecimal", "bip39", @@ -4137,7 +4137,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "async-graphql", @@ -4203,7 +4203,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.10.1" +version = "1.10.2" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index 985cb8257..8497a94da 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.5.0...indexer-config-v1.5.1) (2025-07-24) + + +### Bug Fixes + +* trigger release-please after branch cleanup ([#794](https://github.com/graphprotocol/indexer-rs/issues/794)) ([400af6d](https://github.com/graphprotocol/indexer-rs/commit/400af6d4102f23a643f10778f01509f7d1f120dd)) + ## [1.5.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.4.0...indexer-config-v1.5.0) (2025-07-02) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index a81a604ae..26e32f951 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.5.0" +version = "1.5.1" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index 3863dec58..b8e1d63e8 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,13 @@ +## [1.6.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.6.0...indexer-service-rs-v1.6.1) (2025-07-24) + + +### Bug Fixes + +* trigger release-please after branch cleanup ([#794](https://github.com/graphprotocol/indexer-rs/issues/794)) ([400af6d](https://github.com/graphprotocol/indexer-rs/commit/400af6d4102f23a643f10778f01509f7d1f120dd)) + ## [1.6.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.7...indexer-service-rs-v1.6.0) (2025-07-02) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index 5290a5a9d..ea8ec8c38 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.6.0" +version = "1.6.1" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index 24aa70b82..31174084d 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,14 @@ +## [1.10.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.1...indexer-tap-agent-v1.10.2) (2025-07-24) + + +### Bug Fixes + +* **tap-agent:** handle padded collection id parsing ([#789](https://github.com/graphprotocol/indexer-rs/issues/789)) ([fc6d112](https://github.com/graphprotocol/indexer-rs/commit/fc6d112cc5f10dacebfc90f6780bbb3cbf5d1adf)) +* trigger release-please after branch cleanup ([#794](https://github.com/graphprotocol/indexer-rs/issues/794)) ([400af6d](https://github.com/graphprotocol/indexer-rs/commit/400af6d4102f23a643f10778f01509f7d1f120dd)) + ## [1.10.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.10.0...indexer-tap-agent-v1.10.1) (2025-07-16) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index 213b9dc91..6700e96ad 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.10.1" +version = "1.10.2" edition = "2021" publish = false