Skip to content

Commit ac30743

Browse files
committed
fix(ci): align terraphim_ai-log-analyzer version with workspace
Update terraphim_ai-log-analyzer to version 1.3.0 (matching_and_iterators_in_rust workspace convention) and update terraphim_service reference to 1.0.0
1 parent d980440 commit ac30743

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/claude-log-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-log-analyzer"
3-
version = "0.1.0"
3+
version = "1.3.0"
44
edition = "2021"
55
authors = ["Zestic AI Development Team"]
66
description = "Analyze Claude session logs to identify AI agent usage patterns"

crates/terraphim_middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraphim_persistence = { path = "../terraphim_persistence", version = "1.0.0" }
2121
# NOTE: terraphim_atomic_client and grepapp_haystack are commented out for crates.io publishing (not published yet)
2222
# terraphim_atomic_client = { path = "../terraphim_atomic_client", version = "1.0.0", features = ["native"], optional = true }
2323
# grepapp_haystack = { path = "../haystack_grepapp", version = "1.0.0", optional = true }
24-
claude-log-analyzer = { path = "../claude-log-analyzer", version = "0.1.0", features = ["connectors"], optional = true }
24+
claude-log-analyzer = { path = "../claude-log-analyzer", version = "1.0.0", features = ["connectors"], optional = true }
2525
jiff = { version = "0.1", optional = true }
2626
home = { version = "0.5", optional = true }
2727

0 commit comments

Comments
 (0)