From 8bc4773115707dffe673d4c71fe5d92c65231782 Mon Sep 17 00:00:00 2001 From: Paul Thurlow Date: Fri, 17 Apr 2026 12:29:21 -0700 Subject: [PATCH] chore: Release hotdata-cli version 0.1.10 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- skills/hotdata/SKILL.md | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe66fd..5761c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.1.10] - 2026-04-17 + +### 🐛 Bug Fixes + +- *(connections)* Add health check to connection flow ## [0.1.9] - 2026-04-10 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index d64ce0a..f4ac870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -701,7 +701,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hotdata-cli" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anstyle", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5e03e27..814ad73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata-cli" -version = "0.1.9" +version = "0.1.10" edition = "2024" repository = "https://github.com/hotdata-dev/hotdata-cli" description = "CLI tool for Hotdata.dev" diff --git a/README.md b/README.md index 65dfbcd..0b2d42a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
Command line interface for Hotdata.

- version + version build coverage

diff --git a/skills/hotdata/SKILL.md b/skills/hotdata/SKILL.md index 4d9ce8f..6a5ec33 100644 --- a/skills/hotdata/SKILL.md +++ b/skills/hotdata/SKILL.md @@ -1,7 +1,7 @@ --- name: hotdata 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, inspect query run history, search tables, manage indexes, manage sandboxes, 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", "search a table", "list indexes", "create an index", "list query runs", "list past queries", "query history", "list sandboxes", "create a sandbox", "run a sandbox", or asks you to use the hotdata CLI. -version: 0.1.9 +version: 0.1.10 --- # Hotdata CLI Skill