diff --git a/Cargo.lock b/Cargo.lock index 477f40b..d6e4ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "aingle_cortex" -version = "0.7.5" +version = "0.7.6" dependencies = [ "aingle_graph", "aingle_ingest", @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "aingle_ingest" -version = "0.7.1" +version = "0.7.2" dependencies = [ "aingle_graph", "blake3", @@ -4262,7 +4262,7 @@ dependencies = [ [[package]] name = "ineru" -version = "0.7.4" +version = "0.7.5" dependencies = [ "bincode", "blake3", diff --git a/crates/aingle_cortex/Cargo.toml b/crates/aingle_cortex/Cargo.toml index 1f5dd94..0ff81fb 100644 --- a/crates/aingle_cortex/Cargo.toml +++ b/crates/aingle_cortex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aingle_cortex" -version = "0.7.5" +version = "0.7.6" description = "Córtex API - REST/GraphQL/SPARQL interface for AIngle semantic graphs" license = "Apache-2.0 OR LicenseRef-Commercial" repository = "https://github.com/ApiliumCode/aingle" diff --git a/crates/aingle_ingest/Cargo.toml b/crates/aingle_ingest/Cargo.toml index 8de6927..563ff99 100644 --- a/crates/aingle_ingest/Cargo.toml +++ b/crates/aingle_ingest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aingle_ingest" -version = "0.7.1" +version = "0.7.2" description = "Structural extraction of triples and text chunks from markdown/code for AIngle" license = "Apache-2.0 OR LicenseRef-Commercial" edition = "2021" diff --git a/crates/ineru/Cargo.toml b/crates/ineru/Cargo.toml index e4407b4..850a50c 100644 --- a/crates/ineru/Cargo.toml +++ b/crates/ineru/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ineru" -version = "0.7.4" +version = "0.7.5" description = "Ineru: Neural-inspired memory system for AIngle AI agents" license = "Apache-2.0 OR LicenseRef-Commercial" repository = "https://github.com/ApiliumCode/aingle"