Skip to content

Commit 09296c3

Browse files
chore: release main
1 parent 77a6df2 commit 09296c3

File tree

10 files changed

+38
-10
lines changed

10 files changed

+38
-10
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.5.2",
4-
"tap_core": "4.1.1",
5-
"tap_integration_tests": "0.1.17",
3+
"tap_aggregator": "0.5.3",
4+
"tap_core": "4.1.2",
5+
"tap_integration_tests": "0.1.18",
66
"tap_eip712_message": "0.2.1",
7-
"tap_graph": "0.3.1",
8-
"tap_receipt": "1.1.1"
7+
"tap_graph": "0.3.2",
8+
"tap_receipt": "1.1.2"
99
}

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.3](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.2...tap_aggregator-v0.5.3) (2025-05-19)
29+
30+
31+
### Bug Fixes
32+
33+
* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4))
34+
2835
## [0.5.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.1...tap_aggregator-v0.5.2) (2025-05-09)
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.2"
3+
version = "0.5.3"
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
@@ -4,6 +4,13 @@
44
* dependencies
55
* tap_graph bumped from 0.1.0 to 0.2.0
66

7+
## [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)
8+
9+
10+
### Bug Fixes
11+
12+
* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4))
13+
714
## [4.1.1](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.0...tap_core-v4.1.1) (2025-05-09)
815

916

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.1"
3+
version = "4.1.2"
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
@@ -9,6 +9,13 @@
99
* tap_eip712_message bumped from 0.2.0 to 0.2.1
1010
* tap_receipt bumped from 1.1.0 to 1.1.1
1111

12+
## [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)
13+
14+
15+
### Bug Fixes
16+
17+
* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4))
18+
1219
## [0.3.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.2.1...tap_graph-v0.3.0) (2025-04-22)
1320

1421

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.1"
3+
version = "0.3.2"
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.17"
3+
version = "0.1.18"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_receipt/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.1.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_receipt-v1.1.1...tap_receipt-v1.1.2) (2025-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4))
9+
310
## [1.1.1](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_receipt-v1.1.0...tap_receipt-v1.1.1) (2025-05-09)
411

512

tap_receipt/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_receipt"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)