Skip to content

Commit 8fe31fe

Browse files
chore: release main (#427)
1 parent a0ed7b2 commit 8fe31fe

File tree

8 files changed

+47
-9
lines changed

8 files changed

+47
-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.3.0",
3-
"common": "1.1.0",
2+
"tap-agent": "1.4.0",
3+
"common": "1.2.0",
44
"config": "1.2.0",
5-
"service": "1.1.1"
5+
"service": "1.2.0"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.1.0...indexer-common-v1.2.0) (2024-10-30)
4+
5+
6+
### Features
7+
8+
* add value check ([#153](https://github.com/graphprotocol/indexer-rs/issues/153)) ([1e4a3cd](https://github.com/graphprotocol/indexer-rs/commit/1e4a3cdd8c18b5356e64285b8082d8abde20d6de))
9+
10+
11+
### Bug Fixes
12+
13+
* disable value check ([#429](https://github.com/graphprotocol/indexer-rs/issues/429)) ([eb31981](https://github.com/graphprotocol/indexer-rs/commit/eb3198174dab1b08f365c5ac4e47da62c88b6fb4))
14+
* initialize allocations monitor ([#428](https://github.com/graphprotocol/indexer-rs/issues/428)) ([f0c7d03](https://github.com/graphprotocol/indexer-rs/commit/f0c7d0367abf8a833f1824264780df50ad6a3c52))
15+
316
## [1.1.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-common-v1.0.0...indexer-common-v1.1.0) (2024-10-09)
417

518

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.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55

66
[dependencies]

service/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.2.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.1.1...indexer-service-rs-v1.2.0) (2024-10-30)
4+
5+
6+
### Features
7+
8+
* add value check ([#153](https://github.com/graphprotocol/indexer-rs/issues/153)) ([1e4a3cd](https://github.com/graphprotocol/indexer-rs/commit/1e4a3cdd8c18b5356e64285b8082d8abde20d6de))
9+
310
## [1.1.1](https://github.com/graphprotocol/indexer-rs/compare/indexer-service-rs-v1.1.0...indexer-service-rs-v1.1.1) (2024-10-09)
411

512

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.1.1"
3+
version = "1.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

tap-agent/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* add value check ([#153](https://github.com/graphprotocol/indexer-rs/issues/153)) ([1e4a3cd](https://github.com/graphprotocol/indexer-rs/commit/1e4a3cdd8c18b5356e64285b8082d8abde20d6de))
9+
10+
11+
### Bug Fixes
12+
13+
* initialize allocations monitor ([#428](https://github.com/graphprotocol/indexer-rs/issues/428)) ([f0c7d03](https://github.com/graphprotocol/indexer-rs/commit/f0c7d0367abf8a833f1824264780df50ad6a3c52))
14+
* refresh database before closing allocation ([#411](https://github.com/graphprotocol/indexer-rs/issues/411)) ([edc1d2c](https://github.com/graphprotocol/indexer-rs/commit/edc1d2c733ca7a9ac57656066cf3f701ac76df4f))
15+
16+
17+
### Performance Improvements
18+
19+
* create allocations in parallel ([#431](https://github.com/graphprotocol/indexer-rs/issues/431)) ([a0ed7b2](https://github.com/graphprotocol/indexer-rs/commit/a0ed7b25355c4655805b686f369f379799f64718))
20+
321
## [1.3.0](https://github.com/graphprotocol/indexer-rs/compare/indexer-tap-agent-v1.2.1...indexer-tap-agent-v1.3.0) (2024-10-23)
422

523

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

0 commit comments

Comments
 (0)