From ea2e53b940f0569aa16163f62d11f0b566454ee2 Mon Sep 17 00:00:00 2001 From: Paul Thurlow Date: Tue, 24 Mar 2026 14:58:40 -0700 Subject: [PATCH] chore: Release hotdata-cli version 0.1.5 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- skills/hotdata-cli/SKILL.md | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca35885..57da4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.1.5] - 2026-03-24 + +### 🚀 Features + +- *(datasets)* Add --sql and --query-id to datasets create +- *(workspaces)* Add set command to switch default workspace +- *(results)* Add results list command +- *(connections)* Add connections refresh endpoint +- *(jobs)* Add jobs commands + +### 🐛 Bug Fixes + +- *(cli)* Add table formatting and fix wrapping issues +- *(cli)* Skills/Auth CLI command quality of life improvements ## [0.1.4] - 2026-03-17 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index b420012..0c9870e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hotdata-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anstyle", "base64", diff --git a/Cargo.toml b/Cargo.toml index 6619202..0efcff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata-cli" -version = "0.1.4" +version = "0.1.5" edition = "2024" repository = "https://github.com/hotdata-dev/hotdata-cli" description = "CLI tool for Hotdata.dev" diff --git a/skills/hotdata-cli/SKILL.md b/skills/hotdata-cli/SKILL.md index 0d09893..642dd77 100644 --- a/skills/hotdata-cli/SKILL.md +++ b/skills/hotdata-cli/SKILL.md @@ -1,7 +1,7 @@ --- name: hotdata-cli description: Use this skill when the user wants to run hotdata CLI commands, query the Hotdata API, list workspaces, list connections, create connections, list tables, manage datasets, execute SQL queries, or interact with the hotdata service. Activate when the user says "run hotdata", "query hotdata", "list workspaces", "list connections", "create a connection", "list tables", "list datasets", "create a dataset", "upload a dataset", "execute a query", or asks you to use the hotdata CLI. -version: 0.1.4 +version: 0.1.5 --- # Hotdata CLI Skill