Skip to content

Commit 122b6e5

Browse files
committed
chore(release): v0.1.2
1 parent fa1c49d commit 122b6e5

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.1"
13+
version = "0.1.2"
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
@@ -17,4 +17,4 @@ tree-sitter-typescript = "0.21"
1717
tree-sitter-javascript = "0.21"
1818
walkdir = "2"
1919
serde_json = "1"
20-
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }
20+
graphyn-core = { path = "../graphyn-core", version = "0.1.2" }

crates/graphyn-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ notify = "6"
2121
tokio = { version = "1", features = ["full"] }
2222
tracing = "0.1"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
24-
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }
25-
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.1" }
26-
graphyn-store = { path = "../graphyn-store", version = "0.1.1" }
27-
graphyn-mcp = { path = "../graphyn-mcp", version = "0.1.1" }
24+
graphyn-core = { path = "../graphyn-core", version = "0.1.2" }
25+
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.2" }
26+
graphyn-store = { path = "../graphyn-store", version = "0.1.2" }
27+
graphyn-mcp = { path = "../graphyn-mcp", version = "0.1.2" }

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.1" }
21-
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.1" }
22-
graphyn-store = { path = "../graphyn-store", version = "0.1.1" }
20+
graphyn-core = { path = "../graphyn-core", version = "0.1.2" }
21+
graphyn-adapter-ts = { path = "../graphyn-adapter-ts", version = "0.1.2" }
22+
graphyn-store = { path = "../graphyn-store", version = "0.1.2" }

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.22", default-features = false }
16-
graphyn-core = { path = "../graphyn-core", version = "0.1.1" }
16+
graphyn-core = { path = "../graphyn-core", version = "0.1.2" }

0 commit comments

Comments
 (0)