diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5e6bb54..89fc89b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.4", - "tap_core": "4.1.2", - "tap_integration_tests": "0.1.19", - "tap_eip712_message": "0.2.1", - "tap_graph": "0.3.2", - "tap_receipt": "1.1.2" + "tap_aggregator": "0.5.5", + "tap_core": "4.1.3", + "tap_integration_tests": "0.1.20", + "tap_eip712_message": "0.2.2", + "tap_graph": "0.3.3", + "tap_receipt": "1.1.3" } \ No newline at end of file diff --git a/tap_aggregator/CHANGELOG.md b/tap_aggregator/CHANGELOG.md index 0bd5096c..e6a60c9f 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -25,6 +25,8 @@ * tap_core bumped from 3.0.0 to 3.0.1 * tap_graph bumped from 0.1.0 to 0.2.0 + + ## [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) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 57c161f4..94ae5825 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.5.4" +version = "0.5.5" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_core/CHANGELOG.md b/tap_core/CHANGELOG.md index cbd18734..2c4966f3 100644 --- a/tap_core/CHANGELOG.md +++ b/tap_core/CHANGELOG.md @@ -4,6 +4,8 @@ * 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) diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index f2cd5ba5..08e8a363 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_core" -version = "4.1.2" +version = "4.1.3" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_eip712_message/CHANGELOG.md b/tap_eip712_message/CHANGELOG.md index 3a6deb5d..bcfcd7d9 100644 --- a/tap_eip712_message/CHANGELOG.md +++ b/tap_eip712_message/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_eip712_message-v0.2.1...tap_eip712_message-v0.2.2) (2025-05-27) + + +### Bug Fixes + +* **eip712-message:** canonicalize to low-S before returning bytes ([1586b0f](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/1586b0f2f2b8d3ec146c58475442a8f9e0067a35)) + ## [0.2.1](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_eip712_message-v0.2.0...tap_eip712_message-v0.2.1) (2025-05-09) diff --git a/tap_eip712_message/Cargo.toml b/tap_eip712_message/Cargo.toml index 99bba2d7..00126c71 100644 --- a/tap_eip712_message/Cargo.toml +++ b/tap_eip712_message/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_eip712_message" -version = "0.2.1" +version = "0.2.2" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_graph/CHANGELOG.md b/tap_graph/CHANGELOG.md index 96ecb94a..13b96699 100644 --- a/tap_graph/CHANGELOG.md +++ b/tap_graph/CHANGELOG.md @@ -9,6 +9,8 @@ * 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) diff --git a/tap_graph/Cargo.toml b/tap_graph/Cargo.toml index df224c38..35535750 100644 --- a/tap_graph/Cargo.toml +++ b/tap_graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_graph" -version = "0.3.2" +version = "0.3.3" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index c7c75bed..f4b97fd0 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.19" +version = "0.1.20" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_receipt/CHANGELOG.md b/tap_receipt/CHANGELOG.md index 851ff9e8..fe136d12 100644 --- a/tap_receipt/CHANGELOG.md +++ b/tap_receipt/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_receipt-v1.1.2...tap_receipt-v1.1.3) (2025-05-27) + + +### Bug Fixes + +* **eip712-message:** canonicalize to low-S before returning bytes ([1586b0f](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/1586b0f2f2b8d3ec146c58475442a8f9e0067a35)) + ## [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) diff --git a/tap_receipt/Cargo.toml b/tap_receipt/Cargo.toml index ba6ffb85..03b471a3 100644 --- a/tap_receipt/Cargo.toml +++ b/tap_receipt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_receipt" -version = "1.1.2" +version = "1.1.3" edition.workspace = true license.workspace = true repository.workspace = true