File tree Expand file tree Collapse file tree 6 files changed +23
-8
lines changed Expand file tree Collapse file tree 6 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "." : " 0.0.0" ,
3- "tap_aggregator" : " 0.3.3 " ,
4- "tap_core" : " 2 .0.0" ,
5- "tap_integration_tests" : " 0.1.12 "
3+ "tap_aggregator" : " 0.3.4 " ,
4+ "tap_core" : " 3 .0.0" ,
5+ "tap_integration_tests" : " 0.1.13 "
66}
Original file line number Diff line number Diff line change 2020 * dependencies
2121 * tap_core bumped from * to 2.0.0
2222
23+ * The following workspace dependencies were updated
24+ * dependencies
25+ * tap_core bumped from 2.0.0 to 3.0.0
26+
2327## [ 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)
2428
2529
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_aggregator"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
@@ -34,7 +34,7 @@ rayon = "1.10.0"
3434serde.workspace = true
3535serde_json.workspace = true
3636strum = { version = " 0.26.3" , features = [" derive" ] }
37- tap_core = { path = " ../tap_core" , version = " 2 .0.0" }
37+ tap_core = { path = " ../tap_core" , version = " 3 .0.0" }
3838tokio.workspace = true
3939tonic = { version = " 0.12.3" , features = [" transport" , " zstd" ] }
4040tower = { version = " 0.5.2" , features = [" util" , " steer" ] }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v2.0.0...tap_core-v3.0.0 ) (2025-01-23)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * remove unused escrow handler methods ([ #264 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/264 ) )
9+
10+ ### Code Refactoring
11+
12+ * remove unused escrow handler methods ([ #264 ] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/issues/264 ) ) ([ e5511ff] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/e5511ff7a5cc4753782f718f4517a0a0a8d9db56 ) )
13+
314## [ 2.0.0] ( https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v1.0.0...tap_core-v2.0.0 ) (2024-10-30)
415
516
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_core"
3- version = " 2 .0.0"
3+ version = " 3 .0.0"
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_integration_tests"
3- version = " 0.1.12 "
3+ version = " 0.1.13 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
@@ -10,7 +10,7 @@ publish = false
1010
1111[dependencies ]
1212tap_aggregator = { path = " ../tap_aggregator" }
13- tap_core = { path = " ../tap_core" , version = " 2 .0.0" }
13+ tap_core = { path = " ../tap_core" , version = " 3 .0.0" }
1414rand.workspace = true
1515anyhow.workspace = true
1616tokio.workspace = true
You can’t perform that action at this time.
0 commit comments