Skip to content

Commit d93b8d5

Browse files
nwiizoclaude
andcommitted
chore: Bump version to v0.5.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f72a26a commit d93b8d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

crates/ai-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ai-session"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
edition.workspace = true
55
authors.workspace = true
66
description = "AI-optimized terminal session management library"

crates/ccswarm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ccswarm"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
edition.workspace = true
55
authors.workspace = true
66
description = "AI-powered multi-agent orchestration system with proactive intelligence, security monitoring, and session management"
@@ -128,7 +128,7 @@ secrecy = { version = "0.10", features = ["serde"] }
128128
zeroize = "1.8"
129129

130130
# AI Session Management - core session management library
131-
ai-session = { version = "0.4.5", path = "../ai-session" }
131+
ai-session = { version = "0.5.0", path = "../ai-session" }
132132

133133
# Directory paths
134134
dirs = "5.0"

0 commit comments

Comments
 (0)