Skip to content

Commit 65a1d86

Browse files
committed
chore(release): v0.1.1
1 parent 2bad003 commit 65a1d86

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

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
@@ -10,7 +10,7 @@ resolver = "2"
1010

1111
[workspace.package]
1212
description = "Code intelligence engine — understand the blast radius before you pull the trigger"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
edition = "2021"
1515
rust-version = "1.75"
1616
license = "Apache-2.0"

crates/graphyn-adapter-ts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ tree-sitter = "0.22"
1616
tree-sitter-typescript = "0.21"
1717
tree-sitter-javascript = "0.21"
1818
walkdir = "2"
19-
graphyn-core = { path = "../graphyn-core", version = "0.1.0" }
19+
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }

crates/graphyn-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/main.rs"
1919
clap = { version = "4", features = ["derive"] }
2020
notify = "6"
2121
tokio = { version = "1", features = ["full"] }
22-
graphyn-core = { path = "../graphyn-core", version = "0.1.0" }
23-
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.0" }
24-
graphyn-store = { path = "../graphyn-store", version = "0.1.0" }
25-
graphyn-mcp = { path = "../graphyn-mcp", version = "0.1.0" }
22+
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }
23+
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.1" }
24+
graphyn-store = { path = "../graphyn-store", version = "0.1.1" }
25+
graphyn-mcp = { path = "../graphyn-mcp", version = "0.1.1" }

crates/graphyn-mcp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ tokio = { version = "1", features = ["full"] }
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
1919
schemars = "1"
20-
graphyn-core = { path = "../graphyn-core", version = "0.1.0" }
21-
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.0" }
22-
graphyn-store = { path = "../graphyn-store", version = "0.1.0" }
20+
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }
21+
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.1" }
22+
graphyn-store = { path = "../graphyn-store", version = "0.1.1" }

crates/graphyn-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ keywords.workspace = true
1313

1414
[dependencies]
1515
rocksdb = { version = "0.21", default-features = false }
16-
graphyn-core = { path = "../graphyn-core", version = "0.1.0" }
16+
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }

0 commit comments

Comments
 (0)