diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 103b0ad4..04b534d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.2", - "tap_core": "4.1.1", - "tap_integration_tests": "0.1.17", + "tap_aggregator": "0.5.3", + "tap_core": "4.1.2", + "tap_integration_tests": "0.1.18", "tap_eip712_message": "0.2.1", - "tap_graph": "0.3.1", - "tap_receipt": "1.1.1" + "tap_graph": "0.3.2", + "tap_receipt": "1.1.2" } \ No newline at end of file diff --git a/tap_aggregator/CHANGELOG.md b/tap_aggregator/CHANGELOG.md index ab95e5fb..b678b80d 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -25,6 +25,13 @@ * tap_core bumped from 3.0.0 to 3.0.1 * tap_graph bumped from 0.1.0 to 0.2.0 +## [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) + + +### Bug Fixes + +* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4)) + ## [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) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 6838c96f..d36609ad 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.5.2" +version = "0.5.3" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_core/CHANGELOG.md b/tap_core/CHANGELOG.md index 1a96e861..cbd18734 100644 --- a/tap_core/CHANGELOG.md +++ b/tap_core/CHANGELOG.md @@ -4,6 +4,13 @@ * dependencies * tap_graph bumped from 0.1.0 to 0.2.0 +## [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) + + +### Bug Fixes + +* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4)) + ## [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) diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index ff2a217a..e62a7fb8 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_core" -version = "4.1.1" +version = "4.1.2" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_graph/CHANGELOG.md b/tap_graph/CHANGELOG.md index 2f9ce3de..96ecb94a 100644 --- a/tap_graph/CHANGELOG.md +++ b/tap_graph/CHANGELOG.md @@ -9,6 +9,13 @@ * tap_eip712_message bumped from 0.2.0 to 0.2.1 * tap_receipt bumped from 1.1.0 to 1.1.1 +## [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) + + +### Bug Fixes + +* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4)) + ## [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) diff --git a/tap_graph/Cargo.toml b/tap_graph/Cargo.toml index 4e7f1cf2..df224c38 100644 --- a/tap_graph/Cargo.toml +++ b/tap_graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_graph" -version = "0.3.1" +version = "0.3.2" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index f926adf7..450db459 100644 --- a/tap_integration_tests/Cargo.toml +++ b/tap_integration_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_integration_tests" -version = "0.1.17" +version = "0.1.18" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_receipt/CHANGELOG.md b/tap_receipt/CHANGELOG.md index 9aee5009..851ff9e8 100644 --- a/tap_receipt/CHANGELOG.md +++ b/tap_receipt/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* better organize dependencies ([6d7f470](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/6d7f4700a58721db839330a23d082c68c6aec2a4)) + ## [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) diff --git a/tap_receipt/Cargo.toml b/tap_receipt/Cargo.toml index d2270220..ba6ffb85 100644 --- a/tap_receipt/Cargo.toml +++ b/tap_receipt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_receipt" -version = "1.1.1" +version = "1.1.2" edition.workspace = true license.workspace = true repository.workspace = true