Skip to content

Commit d82a0b8

Browse files
authored
Merge pull request #80 from symposium-dev/release-plz-2025-12-31T02-34-06Z
chore: release
2 parents f6fbde9 + 4f4bb7c commit d82a0b8

File tree

9 files changed

+36
-11
lines changed

9 files changed

+36
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/symposium-acp-agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.0.0...symposium-acp-agent-v1.1.0) - 2025-12-31
4+
5+
### Added
6+
7+
- add built-in ElizACP agent for testing
8+
- add --cargo flag to CLI binaries
9+
10+
### Other
11+
12+
- upgrade elizacp to 11.0.0
13+
- *(vscode)* remove component toggle settings
14+
315
## [1.0.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.0.0-alpha.2...symposium-acp-agent-v1.0.0) - 2025-12-30
416

517
### Other

src/symposium-acp-agent/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symposium-acp-agent"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"
@@ -23,8 +23,8 @@ tracing-subscriber = { workspace = true }
2323
clap = { workspace = true }
2424

2525
# Symposium components
26-
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "1.0.0" }
27-
symposium-ferris = { path = "../symposium-ferris", version = "1.0.0" }
26+
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "1.1.0" }
27+
symposium-ferris = { path = "../symposium-ferris", version = "1.0.1" }
2828

2929
# Built-in agents
3030
elizacp.workspace = true

src/symposium-acp-proxy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-proxy-v1.0.0...symposium-acp-proxy-v1.1.0) - 2025-12-31
4+
5+
### Added
6+
7+
- add --cargo flag to CLI binaries
8+
- add cargo tools to symposium proxy
9+
310
## [1.0.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-proxy-v1.0.0-alpha.2...symposium-acp-proxy-v1.0.0) - 2025-12-30
411

512
### Other

src/symposium-acp-proxy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symposium-acp-proxy"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Symposium ACP proxy - orchestrates component chains to enrich agent capabilities"
@@ -34,7 +34,7 @@ chrono = "0.4"
3434
tokio-util = { version = "0.7", features = ["compat"] }
3535

3636
# Proxy components
37-
symposium-ferris = { path = "../symposium-ferris", version = "1.0.0" }
37+
symposium-ferris = { path = "../symposium-ferris", version = "1.0.1" }
3838
symposium-cargo = "0.2.0"
3939
sacp-tee.workspace = true
4040
sparkle.workspace = true

src/symposium-ferris/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.1](https://github.com/symposium-dev/symposium/compare/symposium-ferris-v1.0.0...symposium-ferris-v1.0.1) - 2025-12-31
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [1.0.0](https://github.com/symposium-dev/symposium/compare/symposium-ferris-v1.0.0-alpha.2...symposium-ferris-v1.0.0) - 2025-12-30
1117

1218
### Other

src/symposium-ferris/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symposium-ferris"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Ferris MCP server - helpful tools for Rust development"

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symposium",
33
"displayName": "Symposium",
44
"description": "Collaborative AI built collaboratively",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"publisher": "symposium-dev",
77
"repository": {
88
"type": "git",

zed-extension/prod/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "symposium"
22
name = "Symposium"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
schema_version = 1
55
authors = ["Niko Matsakis <[email protected]>"]
66
description = "Collaborative AI with Sparkle identity and Rust crate research"

0 commit comments

Comments
 (0)