Skip to content

Commit cfddcff

Browse files
authored
chore: Release hotdata-cli version 0.1.6
1 parent b0bfc13 commit cfddcff

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.6] - 2026-03-27
2+
3+
### 🚀 Features
4+
5+
- *(completions)* Add completions command and include in brew formula
6+
- *(search)* Add indexes and text search commands
7+
- *(queries)* Add upload url for datasets and new queries commands (#23)
18
## [0.1.5] - 2026-03-24
29

310
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hotdata-cli"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2024"
55
repository = "https://github.com/hotdata-dev/hotdata-cli"
66
description = "CLI tool for Hotdata.dev"

skills/hotdata-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata-cli
33
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.
4-
version: 0.1.5
4+
version: 0.1.6
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)