Skip to content

Commit d4c1211

Browse files
authored
chore: Release hotdata-cli version 0.1.5
1 parent 5c1797a commit d4c1211

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.1.5] - 2026-03-24
2+
3+
### 🚀 Features
4+
5+
- *(datasets)* Add --sql and --query-id to datasets create
6+
- *(workspaces)* Add set command to switch default workspace
7+
- *(results)* Add results list command
8+
- *(connections)* Add connections refresh endpoint
9+
- *(jobs)* Add jobs commands
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(cli)* Add table formatting and fix wrapping issues
14+
- *(cli)* Skills/Auth CLI command quality of life improvements
115
## [0.1.4] - 2026-03-17
216

317
### 🚀 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.4"
3+
version = "0.1.5"
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, 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.
4-
version: 0.1.4
4+
version: 0.1.5
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)