Skip to content

Commit 7300422

Browse files
committed
chore: bump to 0.2.1 to test CI infra
1 parent df055b8 commit 7300422

File tree

6 files changed

+10
-10
lines changed

6 files changed

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

2525
# Symposium components
26-
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "0.2.0" }
26+
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "0.2.1" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## [0.2.0] - 2025-12-08
3+
## [0.2.1] - 2025-12-08
44

55
- Initial release

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 = "0.2.0"
3+
version = "0.2.1"
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-crate-sources-proxy = { path = "../symposium-crate-sources-proxy", version = "0.2.0" }
37+
symposium-crate-sources-proxy = { path = "../symposium-crate-sources-proxy", version = "0.2.1" }
3838
sacp-tee.workspace = true
3939
sparkle.workspace = true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## [0.2.0] - 2025-12-08
3+
## [0.2.1] - 2025-12-08
44

55
- Initial release

src/symposium-crate-sources-proxy/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-crate-sources-proxy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "ACP proxy component providing Rust crate source code research tools"

0 commit comments

Comments
 (0)