Skip to content

Commit 5c61243

Browse files
committed
chore: bump version to 0.5.0
1 parent 8b0b466 commit 5c61243

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.4.0"
6+
version = "0.5.0"
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/rohansx/ctxgraph"

crates/ctxgraph-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "ctxgraph"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
ctxgraph = { version = "0.4.0", path = "../ctxgraph-core" }
14+
ctxgraph = { version = "0.5.0", path = "../ctxgraph-core" }
1515
clap = { workspace = true }
1616
serde_json = { workspace = true }
1717
chrono = { workspace = true }

crates/ctxgraph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ thiserror = { workspace = true }
1414
uuid = { workspace = true }
1515
rusqlite = { workspace = true }
1616
toml = { workspace = true }
17-
ctxgraph-extract = { path = "../ctxgraph-extract", version = "0.4.0", optional = true }
17+
ctxgraph-extract = { path = "../ctxgraph-extract", version = "0.5.0", optional = true }
1818
strsim = { workspace = true }
1919

2020
[features]

crates/ctxgraph-mcp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ name = "ctxgraph-mcp"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
ctxgraph = { path = "../ctxgraph-core", version = "0.4.0" }
15-
ctxgraph-embed = { path = "../ctxgraph-embed", version = "0.4.0" }
14+
ctxgraph = { path = "../ctxgraph-core", version = "0.5.0" }
15+
ctxgraph-embed = { path = "../ctxgraph-embed", version = "0.5.0" }
1616
tokio = { workspace = true, features = ["full"] }
1717
serde = { workspace = true, features = ["derive"] }
1818
serde_json = { workspace = true }

0 commit comments

Comments
 (0)