Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions tap_aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.2"
version = "0.5.3"
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 @@ -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)


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 = "4.1.1"
version = "4.1.2"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions tap_graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion tap_graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
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.17"
version = "0.1.18"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions tap_receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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