Skip to content

Commit c4e8241

Browse files
committed
chore: bump version to 0.3.66
1 parent e6f4983 commit c4e8241

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default-members = ["cli"]
1717

1818

1919
[workspace.package]
20-
version = "0.3.65"
20+
version = "0.3.66"
2121
edition = "2024"
2222
description = "Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production."
2323
license = "Apache-2.0"
@@ -26,16 +26,16 @@ homepage = "https://stakpak.io"
2626

2727

2828
[workspace.dependencies]
29-
stakai = { path = "libs/ai", version = "0.3.65" }
30-
stakpak-api = { path = "libs/api", version = "0.3.65" }
31-
stakpak-mcp-server = { path = "libs/mcp/server", version = "0.3.65" }
32-
stakpak-mcp-client = { path = "libs/mcp/client", version = "0.3.65" }
33-
stakpak-mcp-proxy = { path = "libs/mcp/proxy", version = "0.3.65" }
34-
stakpak-agent-core = { path = "libs/agent-core", version = "0.3.65" }
35-
stakpak-gateway = { path = "libs/gateway", version = "0.3.65" }
36-
stakpak-server = { path = "libs/server", version = "0.3.65" }
37-
stakpak-tui = { path = "tui", version = "0.3.65" }
38-
stakpak-shared = { path = "libs/shared", version = "0.3.65" }
29+
stakai = { path = "libs/ai", version = "0.3.66" }
30+
stakpak-api = { path = "libs/api", version = "0.3.66" }
31+
stakpak-mcp-server = { path = "libs/mcp/server", version = "0.3.66" }
32+
stakpak-mcp-client = { path = "libs/mcp/client", version = "0.3.66" }
33+
stakpak-mcp-proxy = { path = "libs/mcp/proxy", version = "0.3.66" }
34+
stakpak-agent-core = { path = "libs/agent-core", version = "0.3.66" }
35+
stakpak-gateway = { path = "libs/gateway", version = "0.3.66" }
36+
stakpak-server = { path = "libs/server", version = "0.3.66" }
37+
stakpak-tui = { path = "tui", version = "0.3.66" }
38+
stakpak-shared = { path = "libs/shared", version = "0.3.66" }
3939
serde = { version = "1.0.215", features = ["derive"] }
4040
serde_json = "1.0.133"
4141
uuid = { version = "1.10.0", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)