diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bb924460..53a5e7827 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/tap-agent": "1.9.5", - "crates/config": "1.3.1", - "crates/service": "1.5.5" + "crates/tap-agent": "1.9.6", + "crates/config": "1.3.2", + "crates/service": "1.5.6" } diff --git a/Cargo.lock b/Cargo.lock index 1f5c52e5a..58a93625c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3842,7 +3842,7 @@ dependencies = [ [[package]] name = "indexer-config" -version = "1.3.1" +version = "1.3.2" dependencies = [ "bigdecimal", "bip39", @@ -3941,7 +3941,7 @@ dependencies = [ [[package]] name = "indexer-service-rs" -version = "1.5.5" +version = "1.5.6" dependencies = [ "anyhow", "async-graphql", @@ -4007,7 +4007,7 @@ dependencies = [ [[package]] name = "indexer-tap-agent" -version = "1.9.5" +version = "1.9.6" dependencies = [ "anyhow", "async-trait", diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index c208f5c9c..f5f70428d 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.1...indexer-config-v1.3.2) (2025-05-28) + + +### Bug Fixes + +* trigger release for recent dependency updates ([#730](https://github.com/graphprotocol/indexer-rs/issues/730)) ([f3ca43f](https://github.com/graphprotocol/indexer-rs/commit/f3ca43f9780f24e8b62c5478ccadfb2f6b10cc00)) + ## [1.3.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.3.0...indexer-config-v1.3.1) (2025-04-10) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 11d723770..eb4b33e16 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-config" -version = "1.3.1" +version = "1.3.2" edition = "2021" [dependencies] diff --git a/crates/service/CHANGELOG.md b/crates/service/CHANGELOG.md index d4528a1e4..a20ac5918 100644 --- a/crates/service/CHANGELOG.md +++ b/crates/service/CHANGELOG.md @@ -6,6 +6,13 @@ +## [1.5.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.5...indexer-service-rs-v1.5.6) (2025-05-28) + + +### Bug Fixes + +* trigger release for recent dependency updates ([#730](https://github.com/graphprotocol/indexer-rs/issues/730)) ([f3ca43f](https://github.com/graphprotocol/indexer-rs/commit/f3ca43f9780f24e8b62c5478ccadfb2f6b10cc00)) + ## [1.5.5](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.5.4...indexer-service-rs-v1.5.5) (2025-05-14) diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml index 251151afa..dea3c9022 100644 --- a/crates/service/Cargo.toml +++ b/crates/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-service-rs" -version = "1.5.5" +version = "1.5.6" edition = "2021" license = "Apache-2.0" diff --git a/crates/tap-agent/CHANGELOG.md b/crates/tap-agent/CHANGELOG.md index be3b7fda2..86a744f96 100644 --- a/crates/tap-agent/CHANGELOG.md +++ b/crates/tap-agent/CHANGELOG.md @@ -4,6 +4,13 @@ +## [1.9.6](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.5...indexer-tap-agent-v1.9.6) (2025-05-28) + + +### Bug Fixes + +* trigger release for recent dependency updates ([#730](https://github.com/graphprotocol/indexer-rs/issues/730)) ([f3ca43f](https://github.com/graphprotocol/indexer-rs/commit/f3ca43f9780f24e8b62c5478ccadfb2f6b10cc00)) + ## [1.9.5](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.9.4...indexer-tap-agent-v1.9.5) (2025-05-14) diff --git a/crates/tap-agent/Cargo.toml b/crates/tap-agent/Cargo.toml index c2e5bdf75..cda2a8473 100644 --- a/crates/tap-agent/Cargo.toml +++ b/crates/tap-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-tap-agent" -version = "1.9.5" +version = "1.9.6" edition = "2021" publish = false