Skip to content

Commit 608d300

Browse files
chore: release main
1 parent 7331994 commit 608d300

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.5.5",
4-
"tap_core": "4.1.3",
5-
"tap_integration_tests": "0.1.20",
3+
"tap_aggregator": "0.5.6",
4+
"tap_core": "4.1.4",
5+
"tap_integration_tests": "0.1.21",
66
"tap_eip712_message": "0.2.2",
7-
"tap_graph": "0.3.3",
7+
"tap_graph": "0.3.4",
88
"tap_receipt": "1.1.3"
99
}

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.6](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.5...tap_aggregator-v0.5.6) (2025-06-20)
31+
32+
33+
### Bug Fixes
34+
35+
* update RAV and receipt structs for horizon to latest version ([58afaef](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/58afaef396c635828d214e8bc325b6c5328b5b1b))
36+
3037
## [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)
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.5"
3+
version = "0.5.6"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77

88

9+
10+
911
## [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)
1012

1113

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

tap_graph/CHANGELOG.md

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

1212

1313

14+
## [0.3.4](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.3.3...tap_graph-v0.3.4) (2025-06-20)
15+
16+
17+
### Bug Fixes
18+
19+
* update RAV and receipt structs for horizon to latest version ([58afaef](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/58afaef396c635828d214e8bc325b6c5328b5b1b))
20+
1421
## [0.3.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.3.1...tap_graph-v0.3.2) (2025-05-19)
1522

1623

tap_graph/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_graph"
3-
version = "0.3.3"
3+
version = "0.3.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.20"
3+
version = "0.1.21"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)