Skip to content

Commit 1ea55ef

Browse files
authored
Merge pull request #75 from symposium-dev/release-plz-2025-12-30T13-15-47Z
chore: release v1.0.0-alpha.3
2 parents f5b53e7 + e6ab58c commit 1ea55ef

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

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-alpha.2"
3+
version = "1.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"
@@ -23,5 +23,5 @@ tracing-subscriber = { workspace = true }
2323
clap = { 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" }

src/symposium-acp-proxy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

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-alpha.2"
3+
version = "1.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Symposium ACP proxy - orchestrates component chains to enrich agent capabilities"
@@ -34,6 +34,6 @@ 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-alpha.2" }
37+
symposium-ferris = { path = "../symposium-ferris", version = "1.0.0" }
3838
sacp-tee.workspace = true
3939
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.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

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-alpha.2"
3+
version = "1.0.0"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Ferris MCP server - helpful tools for Rust development"

0 commit comments

Comments
 (0)