Skip to content

Commit 22e7953

Browse files
authored
Merge pull request #23 from symposium-dev/release-plz-2025-11-11T17-21-56Z
chore: release
2 parents 6234f13 + 6cab12c commit 22e7953

File tree

8 files changed

+31
-7
lines changed

8 files changed

+31
-7
lines changed

src/elizacp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/elizacp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elizacp"
3-
version = "1.0.0-alpha.4"
3+
version = "1.0.0-alpha.5"
44
edition = "2024"
55
description = "Classic Eliza chatbot as an ACP agent for testing"
66
license = "MIT OR Apache-2.0"
@@ -29,7 +29,7 @@ tokio-util.workspace = true
2929
tracing.workspace = true
3030
tracing-subscriber.workspace = true
3131
uuid.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]
3535
expect-test.workspace = true

src/sacp-conductor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/sacp-conductor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-conductor"
3-
version = "1.0.0-alpha.4"
3+
version = "1.0.0-alpha.5"
44
edition = "2024"
55
description = "Conductor for orchestrating SACP proxy chains"
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ test-support = []
1414
[dependencies]
1515
sacp = { version = "1.0.0-alpha.4", path = "../sacp" }
1616
sacp-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" }
1818
agent-client-protocol-schema.workspace = true
1919
anyhow.workspace = true
2020
clap.workspace = true

src/sacp-tokio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/sacp-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-tokio"
3-
version = "1.0.0-alpha.4"
3+
version = "1.0.0-alpha.5"
44
edition = "2024"
55
description = "Tokio-based utilities for SACP (Symposium's extensions to ACP)"
66
license = "MIT OR Apache-2.0"

src/yopo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/yopo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "yopo"
3-
version = "1.0.0-alpha.4"
3+
version = "1.0.0-alpha.5"
44
edition = "2024"
55
description = "YOPO (You Only Prompt Once) - A simple ACP client for one-shot prompts"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/symposium-dev/symposium-acp"
88

99
[dependencies]
1010
sacp = { 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" }
1212
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)