File tree Expand file tree Collapse file tree 8 files changed +31
-7
lines changed
Expand file tree Collapse file tree 8 files changed +31
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha.5] ( https://github.com/symposium-dev/symposium-acp/compare/elizacp-v1.0.0-alpha.4...elizacp-v1.0.0-alpha.5 ) - 2025-11-11
11+
12+ ### Other
13+
14+ - convert Stdio to unit struct for easier reference
15+
1016## [ 1.0.0-alpha.4] ( https://github.com/symposium-dev/symposium-acp/compare/elizacp-v1.0.0-alpha.3...elizacp-v1.0.0-alpha.4 ) - 2025-11-11
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " elizacp"
3- version = " 1.0.0-alpha.4 "
3+ version = " 1.0.0-alpha.5 "
44edition = " 2024"
55description = " Classic Eliza chatbot as an ACP agent for testing"
66license = " MIT OR Apache-2.0"
@@ -29,7 +29,7 @@ tokio-util.workspace = true
2929tracing.workspace = true
3030tracing-subscriber.workspace = true
3131uuid.workspace = true
32- sacp-tokio = { version = " 1.0.0-alpha.4 " , path = " ../sacp-tokio" }
32+ sacp-tokio = { version = " 1.0.0-alpha.5 " , path = " ../sacp-tokio" }
3333
3434[dev-dependencies ]
3535expect-test.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha.5] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-conductor-v1.0.0-alpha.4...sacp-conductor-v1.0.0-alpha.5 ) - 2025-11-11
11+
12+ ### Other
13+
14+ - convert Stdio to unit struct for easier reference
15+
1016## [ 1.0.0-alpha.4] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-conductor-v1.0.0-alpha.3...sacp-conductor-v1.0.0-alpha.4 ) - 2025-11-11
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " sacp-conductor"
3- version = " 1.0.0-alpha.4 "
3+ version = " 1.0.0-alpha.5 "
44edition = " 2024"
55description = " Conductor for orchestrating SACP proxy chains"
66license = " MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ test-support = []
1414[dependencies ]
1515sacp = { version = " 1.0.0-alpha.4" , path = " ../sacp" }
1616sacp-proxy = { version = " 1.0.0-alpha.4" , path = " ../sacp-proxy" }
17- sacp-tokio = { version = " 1.0.0-alpha.4 " , path = " ../sacp-tokio" }
17+ sacp-tokio = { version = " 1.0.0-alpha.5 " , path = " ../sacp-tokio" }
1818agent-client-protocol-schema.workspace = true
1919anyhow.workspace = true
2020clap.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha.5] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-tokio-v1.0.0-alpha.4...sacp-tokio-v1.0.0-alpha.5 ) - 2025-11-11
11+
12+ ### Other
13+
14+ - convert Stdio to unit struct for easier reference
15+
1016## [ 1.0.0-alpha.4] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-tokio-v1.0.0-alpha.3...sacp-tokio-v1.0.0-alpha.4 ) - 2025-11-11
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " sacp-tokio"
3- version = " 1.0.0-alpha.4 "
3+ version = " 1.0.0-alpha.5 "
44edition = " 2024"
55description = " Tokio-based utilities for SACP (Symposium's extensions to ACP)"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha.5] ( https://github.com/symposium-dev/symposium-acp/compare/yopo-v1.0.0-alpha.4...yopo-v1.0.0-alpha.5 ) - 2025-11-11
11+
12+ ### Other
13+
14+ - updated the following local packages: sacp-tokio
15+
1016## [ 1.0.0-alpha.4] ( https://github.com/symposium-dev/symposium-acp/compare/yopo-v1.0.0-alpha.3...yopo-v1.0.0-alpha.4 ) - 2025-11-11
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " yopo"
3- version = " 1.0.0-alpha.4 "
3+ version = " 1.0.0-alpha.5 "
44edition = " 2024"
55description = " YOPO (You Only Prompt Once) - A simple ACP client for one-shot prompts"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/symposium-dev/symposium-acp"
88
99[dependencies ]
1010sacp = { version = " 1.0.0-alpha.4" , path = " ../sacp" }
11- sacp-tokio = { version = " 1.0.0-alpha.4 " , path = " ../sacp-tokio" }
11+ sacp-tokio = { version = " 1.0.0-alpha.5 " , path = " ../sacp-tokio" }
1212tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
You can’t perform that action at this time.
0 commit comments