Skip to content

Commit 59275a7

Browse files
committed
Bump version to 0.1.3 for agentic-core and ruixen; update dependencies
1 parent e782fd8 commit 59275a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

crates/agentic-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 = "agentic-core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Core AI orchestration library for Ruixen - the collaborative AI agent framework"
66
license = "MIT"

crates/agentic-tui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruixen"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Ruixen - The collaborative AI agent you work WITH, not at. Transform questions into profound insights through thoughtful query refinement and synthesis."
66
license = "MIT"
@@ -13,7 +13,7 @@ name = "ruixen"
1313
path = "src/main.rs"
1414

1515
[dependencies]
16-
agentic-core = { path = "../agentic-core", version = "0.1.2" }
16+
agentic-core = { path = "../agentic-core", version = "0.1.3" }
1717
anyhow = { workspace = true }
1818
crossterm = { workspace = true }
1919
ratatui = { workspace = true }

0 commit comments

Comments
 (0)