File tree Expand file tree Collapse file tree 7 files changed +27
-9
lines changed
Expand file tree Collapse file tree 7 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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
4+
5+ ### Other
6+
7+ - update Cargo.toml dependencies
8+
39## [ 1.0.0-alpha.2] ( https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.0.0-alpha.1...symposium-acp-agent-v1.0.0-alpha.2 ) - 2025-12-30
410
511### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " symposium-acp-agent"
3- version = " 1.0.0-alpha.2 "
3+ version = " 1.0.0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"
@@ -23,5 +23,5 @@ tracing-subscriber = { workspace = true }
2323clap = { workspace = true }
2424
2525# Symposium components
26- symposium-acp-proxy = { path = " ../symposium-acp-proxy" , version = " 1.0.0-alpha.2 " }
27- symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.0-alpha.2 " }
26+ symposium-acp-proxy = { path = " ../symposium-acp-proxy" , version = " 1.0.0" }
27+ symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.0" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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
4+
5+ ### Other
6+
7+ - update Cargo.toml dependencies
8+
39## [ 1.0.0-alpha.2] ( https://github.com/symposium-dev/symposium/compare/symposium-acp-proxy-v1.0.0-alpha.1...symposium-acp-proxy-v1.0.0-alpha.2 ) - 2025-12-30
410
511### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " symposium-acp-proxy"
3- version = " 1.0.0-alpha.2 "
3+ version = " 1.0.0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " Symposium ACP proxy - orchestrates component chains to enrich agent capabilities"
@@ -34,6 +34,6 @@ chrono = "0.4"
3434tokio-util = { version = " 0.7" , features = [" compat" ] }
3535
3636# Proxy components
37- symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.0-alpha.2 " }
37+ symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.0" }
3838sacp-tee.workspace = true
3939sparkle.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] ( https://github.com/symposium-dev/symposium/compare/symposium-ferris-v1.0.0-alpha.2...symposium-ferris-v1.0.0 ) - 2025-12-30
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 1.0.0-alpha.2] ( https://github.com/symposium-dev/symposium/releases/tag/symposium-ferris-v1.0.0-alpha.2 ) - 2025-12-30
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " symposium-ferris"
3- version = " 1.0.0-alpha.2 "
3+ version = " 1.0.0"
44edition = " 2024"
55license = " Apache-2.0"
66description = " Ferris MCP server - helpful tools for Rust development"
You can’t perform that action at this time.
0 commit comments