Skip to content

Commit 1def0f8

Browse files
committed
chore(release): bump version to 0.74.16 [skip ci]
1 parent 2d9ccac commit 1def0f8

File tree

13 files changed

+57
-57
lines changed

13 files changed

+57
-57
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
66
description = "A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers"
@@ -47,7 +47,7 @@ rand = "0.9"
4747
semver = "1.0"
4848

4949
[workspace.package]
50-
version = "0.74.15"
50+
version = "0.74.16"
5151
edition = "2021"
5252
license = "MIT"
5353

@@ -117,9 +117,9 @@ unwrap_used = "deny"
117117

118118

119119
[dependencies]
120-
vtcode-acp-client = { path = "vtcode-acp-client", version = "0.74.15" }
121-
vtcode-config = { path = "vtcode-config", version = "0.74.15" }
122-
vtcode-core = { path = "vtcode-core", version = "0.74.15" }
120+
vtcode-acp-client = { path = "vtcode-acp-client", version = "0.74.16" }
121+
vtcode-config = { path = "vtcode-config", version = "0.74.16" }
122+
vtcode-core = { path = "vtcode-core", version = "0.74.16" }
123123
anyhow = { workspace = true }
124124
clap = { version = "4.5", features = ["derive"] }
125125
serde_json = { workspace = true }

vtcode-acp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-acp-client"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
66
description = "ACP client implementation for inter-agent communication and orchestration"

vtcode-bash-runner/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-bash-runner"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
description = "Cross-platform shell execution helpers extracted from VT Code"
66
license = "MIT"
@@ -34,9 +34,9 @@ tokio = { version = "1.49", features = [
3434
"time",
3535
"rt-multi-thread",
3636
] }
37-
vtcode-commons = { path = "../vtcode-commons", version = "0.74.15" }
37+
vtcode-commons = { path = "../vtcode-commons", version = "0.74.16" }
3838
serde = { version = "1.0", features = ["derive"], optional = true }
39-
vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.74.15", optional = true }
39+
vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.74.16", optional = true }
4040

4141
[target.'cfg(unix)'.dependencies]
4242
libc = "0.2"

vtcode-commons/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-commons"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
66
description = "Shared traits for paths, telemetry, and error reporting reused across VT Code component extractions"

vtcode-config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-config"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
66
description = "Config loader components shared across VT Code and downstream adopters"
@@ -32,7 +32,7 @@ toml = "0.9.11"
3232
toml_edit = "0.24.0"
3333
tracing = "0.1"
3434
urlencoding = "2.1"
35-
vtcode-commons = { path = "../vtcode-commons", version = "0.74.15" }
35+
vtcode-commons = { path = "../vtcode-commons", version = "0.74.16" }
3636
dotenvy = "0.15"
3737
schemars = { workspace = true, optional = true, features = ["indexmap2"] }
3838

vtcode-core/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-core"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
66
description = "Core library for VT Code - a Rust-based terminal coding agent"
@@ -118,7 +118,7 @@ tui-popup = "0.7"
118118
perg = "0.8.0"
119119
nucleo-matcher = "0.3"
120120
line-clipping = "0.3"
121-
vtcode-file-search = { version = "0.74.15", path = "../vtcode-file-search" }
121+
vtcode-file-search = { version = "0.74.16", path = "../vtcode-file-search" }
122122
tui-shimmer = "0.1.2"
123123
pulldown-cmark = { version = "0.13", default-features = false, features = [
124124
"simd",
@@ -130,13 +130,13 @@ rig = { package = "rig-core", version = "0.23.1", default-features = false, feat
130130
vt100 = "0.15.2"
131131
portable-pty = "0.9.0"
132132
ansi-to-tui = "8.0.1"
133-
vtcode-commons = { path = "../vtcode-commons", version = "0.74.15" }
134-
vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.74.15" }
135-
vtcode-config = { path = "../vtcode-config", version = "0.74.15" }
136-
vtcode-markdown-store = { path = "../vtcode-markdown-store", version = "0.74.15" }
137-
vtcode-indexer = { path = "../vtcode-indexer", version = "0.74.15" }
138-
vtcode-bash-runner = { path = "../vtcode-bash-runner", version = "0.74.15" }
139-
vtcode-acp-client = { path = "../vtcode-acp-client", version = "0.74.15" }
133+
vtcode-commons = { path = "../vtcode-commons", version = "0.74.16" }
134+
vtcode-exec-events = { path = "../vtcode-exec-events", version = "0.74.16" }
135+
vtcode-config = { path = "../vtcode-config", version = "0.74.16" }
136+
vtcode-markdown-store = { path = "../vtcode-markdown-store", version = "0.74.16" }
137+
vtcode-indexer = { path = "../vtcode-indexer", version = "0.74.16" }
138+
vtcode-bash-runner = { path = "../vtcode-bash-runner", version = "0.74.16" }
139+
vtcode-acp-client = { path = "../vtcode-acp-client", version = "0.74.16" }
140140

141141
# Schema generation
142142
schemars = { workspace = true, optional = true }
@@ -170,7 +170,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"], optional = true }
170170
tokio-stream = { version = "0.1", optional = true }
171171

172172
[build-dependencies]
173-
vtcode-config = { path = "../vtcode-config", version = "0.74.15" }
173+
vtcode-config = { path = "../vtcode-config", version = "0.74.16" }
174174

175175
[target.'cfg(target_os = "linux")'.dependencies]
176176
libc = "0.2"

vtcode-exec-events/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-exec-events"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
description = "Structured execution telemetry event schema used across VT Code crates."
66
license = "MIT OR Apache-2.0"
@@ -28,7 +28,7 @@ schemars = { workspace = true, optional = true, features = [
2828
] }
2929
uuid = { version = "1.20", features = ["v4", "serde"] }
3030
chrono = { version = "0.4", features = ["serde"] }
31-
vtcode-commons = { path = "../vtcode-commons", version = "0.74.15" }
31+
vtcode-commons = { path = "../vtcode-commons", version = "0.74.16" }
3232

3333
[lints]
3434
workspace = true

vtcode-file-search/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-file-search"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
license = "MIT"
66
readme = "README.md"
@@ -20,7 +20,7 @@ anyhow = { workspace = true }
2020
clap = { workspace = true, features = ["derive"] }
2121
ignore = "0.4"
2222
nucleo-matcher = "0.3"
23-
vtcode-commons = { path = "../vtcode-commons", version = "0.74.15" }
23+
vtcode-commons = { path = "../vtcode-commons", version = "0.74.16" }
2424
serde = { workspace = true, features = ["derive"] }
2525
serde_json = { workspace = true }
2626
tokio = { workspace = true, features = ["full"] }

vtcode-indexer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtcode-indexer"
3-
version = "0.74.15"
3+
version = "0.74.16"
44
edition = "2024"
55
authors = ["Vinh Nguyen <vinhnguyen2308@gmail.com>"]
66
description = "Workspace-friendly code indexer extracted from VT Code"
@@ -22,7 +22,7 @@ anyhow = "1.0"
2222
regex = "1.12"
2323
serde = { version = "1.0", features = ["derive"] }
2424
ignore = "0.4" # Respect .gitignore, .ignore, etc.
25-
vtcode-commons = { path = "../vtcode-commons", version = "0.74.15" }
25+
vtcode-commons = { path = "../vtcode-commons", version = "0.74.16" }
2626

2727
[dev-dependencies]
2828
tempfile = "3.24"

0 commit comments

Comments
 (0)