From 8d5ba57cb87410d369c7dba537ab53a2e474c529 Mon Sep 17 00:00:00 2001 From: Sami Shukri Date: Sat, 27 Jun 2026 19:18:46 -0600 Subject: [PATCH] chore(release): v0.6.16 Includes: skill list now emits description + category for installed entries (#281). --- Cargo.lock | 2 +- crates/orchestrator-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfdf4907..134bf9fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2797,7 +2797,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchestrator-cli" -version = "0.6.15" +version = "0.6.16" dependencies = [ "animus-control-protocol", "animus-log-storage-protocol", diff --git a/crates/orchestrator-cli/Cargo.toml b/crates/orchestrator-cli/Cargo.toml index 1c85f325..269140c8 100644 --- a/crates/orchestrator-cli/Cargo.toml +++ b/crates/orchestrator-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orchestrator-cli" -version = "0.6.15" +version = "0.6.16" edition = "2021" license = "Elastic-2.0" default-run = "animus"