Skip to content

Commit 707dc92

Browse files
authored
Merge pull request #60 from nikomatsakis/main
chore: release-plz set-version 0.2.0
2 parents b929fb0 + 4eeb388 commit 707dc92

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2025-12-08
4+
5+
- Initial release

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.1.0"
3+
version = "0.2.0"
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.1.0" }
26+
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "0.2.0" }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-12-08
4+
5+
- 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.1.0"
3+
version = "0.2.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-crate-sources-proxy = { path = "../symposium-crate-sources-proxy", version = "0.1.0" }
37+
symposium-crate-sources-proxy = { path = "../symposium-crate-sources-proxy", version = "0.2.0" }
3838
sacp-tee.workspace = true
3939
sparkle.workspace = true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.2.0] - 2025-12-08
4+
5+
- 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.1.0"
3+
version = "0.2.0"
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)