Skip to content

Commit c538d54

Browse files
gaoyu06claude
andcommitted
chore(cli): release v0.1.9
Bump workspace version to 0.1.9 to publish the pi-inspired features (image read, $ cost, project trust, shell hooks, tree TUI). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5866a07 commit c538d54

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "jucode-cli"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55

66
[[bin]]

crates/agent-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 = "jucode-agent-core"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55

66
[dependencies]

crates/tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jucode-tui"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55

66
[features]

0 commit comments

Comments
 (0)