Skip to content

Commit

Permalink
chore: release main (#615)
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 Feb 12, 2025
1 parent 375e25c commit b8b376f
Show file tree
Hide file tree
Showing 8 changed files with 37 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,5 +1,5 @@
{
"crates/tap-agent": "1.8.0",
"crates/config": "1.2.2",
"crates/service": "1.4.1"
"crates/tap-agent": "1.9.0",
"crates/config": "1.3.0",
"crates/service": "1.4.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.

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

## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.2.2...indexer-config-v1.3.0) (2025-02-12)


### Features

* add escape hatch to trusted senders ([#621](https://github.com/graphprotocol/indexer-rs/issues/621)) ([bdc40ef](https://github.com/graphprotocol/indexer-rs/commit/bdc40ef33ee0b9b063ca8eeaa5374ef6f4779626))
* add option to avoid denying senders ([#607](https://github.com/graphprotocol/indexer-rs/issues/607)) ([d0731e3](https://github.com/graphprotocol/indexer-rs/commit/d0731e3bf2e36f587e9318be9028897a0a35cda4))

## [1.2.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-config-v1.2.1...indexer-config-v1.2.2) (2024-12-18)


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

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



## [1.4.2](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.1...indexer-service-rs-v1.4.2) (2025-02-12)


### Bug Fixes

* allow responses for free queries with no allocation open ([#622](https://github.com/graphprotocol/indexer-rs/issues/622)) ([bce155e](https://github.com/graphprotocol/indexer-rs/commit/bce155e8515bd4e8a666a42d621a82776727a8cd))

## [1.4.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.4.0...indexer-service-rs-v1.4.1) (2025-01-16)


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

Expand Down
13 changes: 13 additions & 0 deletions crates/tap-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@



## [1.9.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.8.0...indexer-tap-agent-v1.9.0) (2025-02-12)


### Features

* add escape hatch to trusted senders ([#621](https://github.com/graphprotocol/indexer-rs/issues/621)) ([bdc40ef](https://github.com/graphprotocol/indexer-rs/commit/bdc40ef33ee0b9b063ca8eeaa5374ef6f4779626))
* add option to avoid denying senders ([#607](https://github.com/graphprotocol/indexer-rs/issues/607)) ([d0731e3](https://github.com/graphprotocol/indexer-rs/commit/d0731e3bf2e36f587e9318be9028897a0a35cda4))


### Performance Improvements

* speed up startup setup queries ([#625](https://github.com/graphprotocol/indexer-rs/issues/625)) ([c5b115e](https://github.com/graphprotocol/indexer-rs/commit/c5b115e997a71582dad7d75c4c954cece225fdaa))

## [1.8.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.7.4...indexer-tap-agent-v1.8.0) (2025-01-29)


Expand Down
2 changes: 1 addition & 1 deletion crates/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.8.0"
version = "1.9.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit b8b376f

Please sign in to comment.