From e472a4fa7e0f9560a43a7d940813f4750b4151b9 Mon Sep 17 00:00:00 2001 From: "semiotic-labs-pr-automation[bot]" <138054206+semiotic-labs-pr-automation[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:09:46 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- tap_aggregator/CHANGELOG.md | 12 ++++++++++++ tap_aggregator/Cargo.toml | 2 +- tap_integration_tests/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14bb0d5..ad16758 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "0.0.0", - "tap_aggregator": "0.3.2", + "tap_aggregator": "0.3.3", "tap_core": "2.0.0", - "tap_integration_tests": "0.1.11" + "tap_integration_tests": "0.1.12" } \ No newline at end of file diff --git a/tap_aggregator/CHANGELOG.md b/tap_aggregator/CHANGELOG.md index df5d195..bcb6a4f 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -20,6 +20,18 @@ * dependencies * tap_core bumped from * to 2.0.0 +## [0.3.3](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.3.2...tap_aggregator-v0.3.3) (2024-12-27) + + +### Features + +* accept grpc requests in tap-aggregator ([#253](https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/253)) ([3c56018](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/3c56018a321736ff19103ea69015160c3647364b)) + + +### Performance Improvements + +* add rayon to verify signatures process ([#255](https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/255)) ([cfa4a06](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/cfa4a0610e901f90ff7397fcaf1ba4ac633e774b)) + ## [0.3.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.2.0...tap_aggregator-v0.3.0) (2024-03-11) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 1765ea8..0417a9f 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -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 25b1d0b..0d3bb2f 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.11" +version = "0.1.12" edition.workspace = true license.workspace = true repository.workspace = true