Skip to content

Commit 5e93898

Browse files
chore: release main
1 parent 3512369 commit 5e93898

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.5.7",
4-
"tap_core": "4.1.4",
5-
"tap_integration_tests": "0.1.22",
3+
"tap_aggregator": "0.5.8",
4+
"tap_core": "4.2.0",
5+
"tap_integration_tests": "0.1.23",
66
"tap_eip712_message": "0.2.2",
77
"tap_graph": "0.3.4",
88
"tap_receipt": "1.1.3"

tap_aggregator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727

2828

2929

30+
## [0.5.8](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.7...tap_aggregator-v0.5.8) (2025-08-17)
31+
32+
33+
### Features
34+
35+
* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e))
36+
3037
## [0.5.7](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.6...tap_aggregator-v0.5.7) (2025-07-18)
3138

3239

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.9"
3+
version = "0.5.8"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99

1010

11+
## [4.2.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.4...tap_core-v4.2.0) (2025-08-17)
12+
13+
14+
### Features
15+
16+
* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e))
17+
1118
## [4.1.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.1...tap_core-v4.1.2) (2025-05-19)
1219

1320

tap_core/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_core"
3-
version = "5.0.0"
3+
version = "4.2.0"
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.22"
3+
version = "0.1.23"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)