Skip to content

Commit 0bfae84

Browse files
AlexMikhalevclaude
andcommitted
chore: bump version to 1.3.0
Terraphim AI v1.3.0 release includes: - Knowledge graph validation workflows for pre/post-LLM (#383) - GitHub runner integration for self-hosted CI (#381) - Complete v1.3.0 release readiness improvements (#374) - Dependency cleanup and bug fixes Terraphim AI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 30d844e commit 0bfae84

12 files changed

Lines changed: 21 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude = ["crates/terraphim_agent_application", "crates/terraphim_truthforge",
55
default-members = ["terraphim_server"]
66

77
[workspace.package]
8+
version = "1.3.0"
89
edition = "2024"
910

1011
[workspace.dependencies]

crates/terraphim_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_agent"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim AI Agent CLI - Command-line interface with interactive REPL and ASCII graph visualization"

crates/terraphim_automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_automata"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Automata for searching and processing knowledge graphs"

crates/terraphim_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_config"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim configuration"

crates/terraphim_hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_hooks"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2024"
55
authors = ["Terraphim AI"]
66
description = "Unified hooks infrastructure for Terraphim AI"

crates/terraphim_middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_middleware"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim middleware for searching haystacks"

crates/terraphim_persistence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_persistence"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim persistence layer"

crates/terraphim_rolegraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_rolegraph"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim rolegraph module, which provides role handling for Terraphim AI."

crates/terraphim_service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terraphim_service"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Terraphim Contributors"]
66
description = "Terraphim service for handling user requests and responses."

0 commit comments

Comments
 (0)