From 44ad3abc2149fc4ba8782a8c52b6bf90bcc99a84 Mon Sep 17 00:00:00 2001 From: "semiotic-labs-pr-automation[bot]" <138054206+semiotic-labs-pr-automation[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:47:01 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 6 +++--- tap_aggregator/CHANGELOG.md | 7 +++++++ tap_aggregator/Cargo.toml | 2 +- tap_core/CHANGELOG.md | 13 +++++++++++++ tap_core/Cargo.toml | 2 +- tap_integration_tests/Cargo.toml | 2 +- 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0cfc62..6eafc2e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.7", - "tap_core": "4.1.4", - "tap_integration_tests": "0.1.22", + "tap_aggregator": "0.5.8", + "tap_core": "4.2.0", + "tap_integration_tests": "0.1.23", "tap_eip712_message": "0.2.2", "tap_graph": "0.3.4", "tap_receipt": "1.1.3" diff --git a/tap_aggregator/CHANGELOG.md b/tap_aggregator/CHANGELOG.md index bb5688e..0e7adac 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -27,6 +27,13 @@ +## [0.5.8](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.7...tap_aggregator-v0.5.8) (2025-08-19) + + +### Features + +* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e)) + ## [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) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 0c51c3e..461df84 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.5.9" +version = "0.5.8" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_core/CHANGELOG.md b/tap_core/CHANGELOG.md index 89c0548..0c88775 100644 --- a/tap_core/CHANGELOG.md +++ b/tap_core/CHANGELOG.md @@ -8,6 +8,19 @@ +## [4.2.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.4...tap_core-v4.2.0) (2025-08-19) + + +### Features + +* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e)) + + +### Bug Fixes + +* apply proper version ([8d168a2](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/8d168a287a384b4548e83f6558d9604b8ad796bf)) +* use GraphTally as EIP712 domain for TAP v2 ([98aaf57](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/98aaf57cb32097b54fb901e611c7c7cd50735784)) + ## [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) diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index 7e650d3..ff75dd3 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_core" -version = "5.0.0" +version = "4.2.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index 8770c25..8a3c2e9 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.22" +version = "0.1.23" edition.workspace = true license.workspace = true repository.workspace = true From f0bd0d7e559fd5e5fca3d43c39500710a630dd4c Mon Sep 17 00:00:00 2001 From: Natanael Mojica Date: Wed, 20 Aug 2025 09:21:35 -0600 Subject: [PATCH 2/2] fix: sync release-please manifest with actual crate versions - Update tap_aggregator from 0.5.7 to 0.5.9 (current version) - Update tap_core from 4.1.4 to 5.0.0 (current version) - This resolves the version mismatch causing CI failures in release-please PR Signed-off-by: Natanael Mojica --- .release-please-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6eafc2e..5156545 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.8", - "tap_core": "4.2.0", - "tap_integration_tests": "0.1.23", + "tap_aggregator": "0.5.9", + "tap_core": "5.0.0", + "tap_integration_tests": "0.1.22", "tap_eip712_message": "0.2.2", "tap_graph": "0.3.4", "tap_receipt": "1.1.3" -} \ No newline at end of file +}