Skip to content

Commit 2c01379

Browse files
committed
chore: Release hotdata-cli version 0.2.0
1 parent f2713b4 commit 2c01379

6 files changed

Lines changed: 34 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
1+
## [0.2.0] - 2026-04-29
2+
3+
### 🚀 Features
4+
5+
- *(datasets)* Add update subcommand to rename label or table_name
6+
- Data/dataset refresh + indexes auto-embedding + embedding providers (#67)
7+
- *(skills)* Add optional geospatial agent skill
8+
- *(skills)* Auto-update bundled agent skills after CLI upgrade
9+
10+
### 🐛 Bug Fixes
11+
12+
- *(datasets)* Match runtimedb response shape on update
13+
- *(datasets)* Drop synthetic schema_name on update output
14+
- *(datasets)* Restore eprintln for "Dataset updated" status line
15+
- *(skills)* Complete partial installs and improve status output
16+
- *(skills)* Show Installed: No when no skill store exists
17+
- *(skills)* Stop repeat auto-downloads (parse SKILL.md, stale tarball guard)
18+
19+
### 💼 Other
20+
21+
- *(release)* Bump geospatial skill version on release
22+
23+
### 🚜 Refactor
24+
25+
- *(skills)* Always auto-update skills when eligible (remove env opt-out)
26+
27+
### 🎨 Styling
28+
29+
- *(datasets)* Drop redundant Stylize import in update path
130
## [0.1.14] - 2026-04-28
231

332
### 🚀 Features
433

5-
- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)
634
- *(indexes)* Workspace-wide list with filters and parallel fetch
735

836
### 💼 Other

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.14"
3+
version = "0.2.0"
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.14-blue" alt="version">
8+
<img src="https://img.shields.io/badge/version-0.2.0-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-geospatial/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: hotdata-geospatial
33
description: Use this skill only when the user is working with geospatial data in Hotdata (PostGIS-style SQL like ST_* functions, geometry/WKB, bbox filtering, point-in-polygon, distance/area, lat/lon, spatial joins, “geospatial”, “GIS”, “PostGIS”). Do not load this skill for non-geospatial SQL or general Hotdata usage.
4-
version: 0.1.14
4+
version: 0.2.0
55
---
66

77
# Hotdata Geospatial Skill

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, inspect query run history, search tables, manage indexes, manage sandboxes, manage workspace context and stored docs such as context:DATAMODEL via the context API (`hotdata context`), 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", "workspace context", "pull context", "push context", "data model", "context:DATAMODEL", or asks you to use the hotdata CLI.
4-
version: 0.1.14
4+
version: 0.2.0
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)