Skip to content

Commit 2d16733

Browse files
committed
Release v0.12.0: ADR-203 graph epoch event log, ADR-703 ontology lifecycle admin UI, ADR-801 provider config, annealing promotion + autonomous + idempotency fixes
1 parent 7d5c548 commit 2d16733

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

client-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ============================================================================
33
# Knowledge Graph Client Manager
44
# ============================================================================
5-
CLIENT_MANAGER_VERSION="0.11.0"
5+
CLIENT_MANAGER_VERSION="0.12.0"
66
# ============================================================================
77
#
88
# Manages Knowledge Graph client tools across platforms:

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ============================================================================
33
# Knowledge Graph Platform Installer
44
# ============================================================================
5-
INSTALLER_VERSION="0.11.0"
5+
INSTALLER_VERSION="0.12.0"
66
# ============================================================================
77
#
88
# A single-command installer for the Knowledge Graph platform. Supports both
@@ -609,7 +609,7 @@ save_config() {
609609
# Generated by install.sh $version on $(date -Iseconds)
610610
# This file can be used with: ./install.sh --config "$CONFIG_FILE"
611611
612-
INSTALLER_VERSION="0.11.0"
612+
INSTALLER_VERSION="0.12.0"
613613
614614
# --- Installation ---
615615
INSTALL_DIR="$INSTALL_DIR"

operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ============================================================================
33
# operator.sh - Knowledge Graph Platform Manager (Thin Shim)
44
# ============================================================================
5-
OPERATOR_VERSION="0.11.0"
5+
OPERATOR_VERSION="0.12.0"
66
# ============================================================================
77
#
88
# Minimal host-side script that delegates to operator container.

0 commit comments

Comments
 (0)