Skip to content

Commit dbcde30

Browse files
chore: release main
1 parent 869fd2e commit dbcde30

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.5.3",
3+
"tap_aggregator": "0.5.4",
44
"tap_core": "4.1.2",
5-
"tap_integration_tests": "0.1.18",
5+
"tap_integration_tests": "0.1.19",
66
"tap_eip712_message": "0.2.1",
77
"tap_graph": "0.3.2",
88
"tap_receipt": "1.1.2"

tap_aggregator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
* tap_core bumped from 3.0.0 to 3.0.1
2626
* tap_graph bumped from 0.1.0 to 0.2.0
2727

28+
## [0.5.4](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.3...tap_aggregator-v0.5.4) (2025-05-21)
29+
30+
31+
### Bug Fixes
32+
33+
* add layer to set concurrent limits for gRPC ([d539df4](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/d539df466ae3a99bee53a392ff6f078b8d8edcc6))
34+
2835
## [0.5.3](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.2...tap_aggregator-v0.5.3) (2025-05-19)
2936

3037

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_aggregator"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_integration_tests"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)