Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 7 additions & 0 deletions tap_aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-17)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion tap_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions tap_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@



## [4.2.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.4...tap_core-v4.2.0) (2025-08-17)


### Features

* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion tap_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tap_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading