Skip to content

Commit b091cff

Browse files
chore: release main
1 parent f41c32e commit b091cff

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.6.0",
4-
"tap_core": "6.0.0",
5-
"tap_integration_tests": "0.1.23",
3+
"tap_aggregator": "0.6.1",
4+
"tap_core": "6.0.1",
5+
"tap_integration_tests": "0.1.24",
66
"tap_eip712_message": "0.2.2",
77
"tap_graph": "0.3.4",
88
"tap_receipt": "1.1.3"

tap_aggregator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828

2929

30+
31+
3032
## [0.6.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.9...tap_aggregator-v0.6.0) (2025-08-20)
3133

3234

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_aggregator"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99

1010

11+
## [6.0.1](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v6.0.0...tap_core-v6.0.1) (2025-08-21)
12+
13+
14+
### Bug Fixes
15+
16+
* use correct TAP v2 domain name ([f41c32e](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/f41c32e8c4350b2a0bbf036e5a03eafe2ca31c33))
17+
1118
## [6.0.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v5.0.0...tap_core-v6.0.0) (2025-08-20)
1219

1320

tap_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_core"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_integration_tests"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)