Skip to content

Commit f5b53e7

Browse files
authored
Merge pull request #74 from nikomatsakis/main
prepare for the 1.0.0 release
2 parents 9e66c07 + ec40ace commit f5b53e7

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.dependencies]
16-
sacp = "10.0.0-alpha.4"
17-
sacp-tokio = "10.0.0-alpha.4"
18-
sacp-conductor = "10.0.0-alpha.4"
19-
sacp-rmcp = "10.0.0-alpha.4"
20-
sacp-tee = "10.0.0-alpha.4"
21-
sacp-test = "10.0.0-alpha.4"
22-
yopo = "10.0.0-alpha.4"
23-
elizacp = "10.0.0-alpha.4"
16+
sacp = "10.0.0"
17+
sacp-tokio = "10.0.0"
18+
sacp-conductor = "10.0.0"
19+
sacp-rmcp = "10.0.0"
20+
sacp-tee = "10.0.0"
21+
sacp-test = "10.0.0"
22+
yopo = "10.0.0"
23+
elizacp = "10.0.0"
2424
jsonrpcmsg = "0.1.2"
2525

2626
# Core async runtime
@@ -48,7 +48,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4848
rmcp = { version = "0.12", features = ["server", "transport-io", "schemars"] }
4949

5050
# Sparkle integration
51-
sparkle = { package = "sparkle-mcp", version = "0.4.1" }
51+
sparkle = { package = "sparkle-mcp", version = "0.5.0" }
5252

5353
# CLI parsing
5454
clap = { version = "4.0", features = ["derive"] }

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symposium",
33
"displayName": "Symposium",
44
"description": "Collaborative AI built collaboratively",
5-
"version": "10.0.0-alpha.2",
5+
"version": "1.0.0",
66
"publisher": "symposium-dev",
77
"repository": {
88
"type": "git",

zed-extension/prod/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "symposium"
22
name = "Symposium"
3-
version = "10.0.0-alpha.2"
3+
version = "1.0.0"
44
schema_version = 1
55
authors = ["Niko Matsakis <[email protected]>"]
66
description = "Collaborative AI with Sparkle identity and Rust crate research"

0 commit comments

Comments
 (0)