Skip to content

Commit e3b8160

Browse files
committed
chore: Release hotdata-cli version 0.2.2
1 parent 12da62f commit e3b8160

6 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
## [0.2.2] - 2026-05-04
2+
3+
### 🚀 Features
4+
5+
- *(wizard)* Render schema description, examples, defaults (#75)
16
## [0.2.1] - 2026-04-30
27

8+
### 🐛 Bug Fixes
9+
10+
- *(changelog)* Keep prior release sections identical to main
11+
312
### 📚 Documentation
413

514
- *(skill)* Align hotdata skill with CLI behavior
6-
715
## [0.2.0] - 2026-04-29
816

917
### 🚀 Features
@@ -25,6 +33,8 @@
2533
### 💼 Other
2634

2735
- *(release)* Bump geospatial skill version on release
36+
- *(deps)* Bump rustls-webpki to 0.103.13
37+
- Validate CHANGELOG sections match base branch on PRs
2838

2939
### 🚜 Refactor
3040

@@ -37,7 +47,6 @@
3747

3848
### 🚀 Features
3949

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

4352
### 💼 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.2.1"
3+
version = "0.2.2"
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.2.1-blue" alt="version">
8+
<img src="https://img.shields.io/badge/version-0.2.2-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.2.1
4+
version: 0.2.2
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`), install or update the bundled agent skills (`hotdata skills`), generate shell completions (`hotdata completions`), 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.2.1
4+
version: 0.2.2
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)