Skip to content

Commit 6952d2d

Browse files
committed
chore(release): bump workspace to v0.2.0
1 parent 8a3b197 commit 6952d2d

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

grapha-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grapha-core"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "Shared graph types and extraction traits for Grapha"
66
license = "MIT"

grapha-rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grapha-rust"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
publish = false
66
description = "Rust extractor for Grapha based on tree-sitter"
@@ -12,7 +12,7 @@ keywords = ["code-intelligence", "graph", "analysis", "rust", "tree-sitter"]
1212
categories = ["development-tools", "parser-implementations"]
1313

1414
[dependencies]
15-
grapha-core = { version = "0.1.1", path = "../grapha-core" }
15+
grapha-core = { version = "0.2.0", path = "../grapha-core" }
1616
anyhow = "1"
1717
tree-sitter = "0.25"
1818
tree-sitter-rust = "0.23"

grapha-swift/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grapha-swift"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "Swift extraction waterfall for Grapha using index store, SwiftSyntax, and tree-sitter"
66
license = "MIT"
@@ -11,7 +11,7 @@ keywords = ["code-intelligence", "graph", "analysis", "swift", "tree-sitter"]
1111
categories = ["development-tools", "parser-implementations"]
1212

1313
[dependencies]
14-
grapha-core = { version = "0.1.1", path = "../grapha-core" }
14+
grapha-core = { version = "0.2.0", path = "../grapha-core" }
1515
anyhow = "1"
1616
tree-sitter = "0.25"
1717
tree-sitter-swift = "0.7"

grapha/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grapha"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "Blazingly fast code intelligence CLI and MCP server for Swift and Rust"
66
license = "MIT"
@@ -11,8 +11,8 @@ keywords = ["code-intelligence", "mcp", "analysis", "swift", "rust"]
1111
categories = ["command-line-utilities", "development-tools"]
1212

1313
[dependencies]
14-
grapha-core = { version = "0.1.1", path = "../grapha-core" }
15-
grapha-swift = { version = "0.1.1", path = "../grapha-swift" }
14+
grapha-core = { version = "0.2.0", path = "../grapha-core" }
15+
grapha-swift = { version = "0.2.0", path = "../grapha-swift" }
1616
anyhow = "1"
1717
bincode = "1"
1818
notify = "7"

0 commit comments

Comments
 (0)