Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/symposium-acp-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symposium-acp-agent"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"
Expand All @@ -23,4 +23,4 @@ tracing-subscriber = { workspace = true }
clap = { workspace = true }

# Symposium components
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "0.2.0" }
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "0.2.1" }
2 changes: 1 addition & 1 deletion src/symposium-acp-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## [0.2.0] - 2025-12-08
## [0.2.1] - 2025-12-08

- Initial release
4 changes: 2 additions & 2 deletions src/symposium-acp-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symposium-acp-proxy"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "Symposium ACP proxy - orchestrates component chains to enrich agent capabilities"
Expand Down Expand Up @@ -34,6 +34,6 @@ chrono = "0.4"
tokio-util = { version = "0.7", features = ["compat"] }

# Proxy components
symposium-crate-sources-proxy = { path = "../symposium-crate-sources-proxy", version = "0.2.0" }
symposium-crate-sources-proxy = { path = "../symposium-crate-sources-proxy", version = "0.2.1" }
sacp-tee.workspace = true
sparkle.workspace = true
2 changes: 1 addition & 1 deletion src/symposium-crate-sources-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## [0.2.0] - 2025-12-08
## [0.2.1] - 2025-12-08

- Initial release
2 changes: 1 addition & 1 deletion src/symposium-crate-sources-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symposium-crate-sources-proxy"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
description = "ACP proxy component providing Rust crate source code research tools"
Expand Down