Skip to content

Commit 118542b

Browse files
committed
chore: Release hotdata-cli version 0.1.9
1 parent 1c1c898 commit 118542b

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.1.9] - 2026-04-10
2+
3+
### 🚀 Features
4+
5+
- *(sessions)* Add session command feature
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(security)* Update tar from 0.4.44 to 0.4.45
10+
- *(ci)* Update workflow actions for Node.js 24 compatibility
11+
- *(ci)* Revert release.yml (cargo-dist managed)
12+
- *(ci)* SHA-pin codecov-action for consistency
13+
- *(ci)* Keep create-github-app-token at v1 to avoid breaking changes
14+
15+
### 📚 Documentation
16+
17+
- *(skill)* Document results list, connections refresh, queries update flags
18+
- *(skill)* Workflows, references, and SKILL alignment
119
## [0.1.8] - 2026-04-03
220

321
### 🐛 Bug Fixes

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.8"
3+
version = "0.1.9"
44
edition = "2024"
55
repository = "https://github.com/hotdata-dev/hotdata-cli"
66
description = "CLI tool for Hotdata.dev"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br>
66
Command line interface for <a href="https://www.hotdata.dev">Hotdata</a>.
77
<br><br>
8-
<img src="https://img.shields.io/badge/version-0.1.8-blue" alt="version">
8+
<img src="https://img.shields.io/badge/version-0.1.9-blue" alt="version">
99
<a href="https://github.com/hotdata-dev/hotdata-cli/actions/workflows/ci.yml"><img src="https://github.com/hotdata-dev/hotdata-cli/actions/workflows/ci.yml/badge.svg" alt="build"></a>
1010
<a href="https://codecov.io/gh/hotdata-dev/hotdata-cli"><img src="https://codecov.io/gh/hotdata-dev/hotdata-cli/branch/main/graph/badge.svg" alt="coverage"></a>
1111
</p>

skills/hotdata/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata
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, manage sessions, 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", "list sessions", "create a session", "run a session", or asks you to use the hotdata CLI.
4-
version: 0.1.8
4+
version: 0.1.9
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)