diff --git a/CHANGELOG.md b/CHANGELOG.md index a249369..04f01b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.7] - 2026-03-30 + +### 🚀 Features + +- *(search)* Add basic vector search (l2_distance) +- *(query)* Async query execution by returning early from long running queries +- *(connections)* Add connection information command (#28) ## [0.1.6] - 2026-03-27 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index faa9c9b..1b0471c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hotdata-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anstyle", "base64", diff --git a/Cargo.toml b/Cargo.toml index c0f2c30..2850f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata-cli" -version = "0.1.6" +version = "0.1.7" 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 4cc75b2..78936e2 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, manage saved queries, search tables, manage indexes, 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 saved queries", "run a saved query", or asks you to use the hotdata CLI. -version: 0.1.6 +version: 0.1.7 --- # Hotdata CLI Skill