Skip to content

Commit 8665893

Browse files
authored
Merge pull request #83 from hotdata-dev/release/0.2.3
chore: Release hotdata-cli version 0.2.3
2 parents d43343d + c33052d commit 8665893

7 files changed

Lines changed: 26 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.2.3] - 2026-05-19
2+
3+
### 🚀 Features
4+
5+
- *(databases)* Add managed databases CLI for parquet table loads (#82)
6+
- *(sandbox)* Add sandbox JWT support
7+
- *(tty)* Add no-input flag and tty checks for interactive commands
8+
9+
### 🐛 Bug Fixes
10+
11+
- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77)
12+
13+
### 💼 Other
14+
15+
- Ignore macOS metadata files (#81)
16+
17+
### 📚 Documentation
18+
19+
- *(skill)* Document managed databases commands
120
## [0.2.2] - 2026-05-04
221

322
### 🚀 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.2.2"
3+
version = "0.2.3"
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.2-blue" alt="version">
8+
<img src="https://img.shields.io/badge/version-0.2.3-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>

cliff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ split_commits = false
4949
commit_preprocessors = [
5050
# Legacy non-conventional commit on main (pre–conventional-commit discipline).
5151
{ pattern = "^change to sandbox api$", replace = "feat(sandbox): align CLI with updated sandbox API" },
52+
{ pattern = "^Add managed databases CLI", replace = "feat(databases): add managed databases CLI for parquet table loads" },
53+
{ pattern = "^Add sandbox JWT support$", replace = "feat(sandbox): add sandbox JWT support" },
5254
# Replace issue numbers with link templates to be updated in `changelog.postprocessors`.
5355
#{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"},
5456
# Check spelling of the commit message using https://github.com/crate-ci/typos.

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.2
4+
version: 0.2.3
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 or create managed databases, load parquet into database tables, 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 databases", "create a database", "managed database", "load parquet", "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.2
4+
version: 0.2.3
55
---
66

77
# Hotdata CLI Skill

0 commit comments

Comments
 (0)