From e9efc1df41baafbc218eca621ea9381c2412e0f5 Mon Sep 17 00:00:00 2001
From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
Date: Tue, 19 May 2026 18:08:21 -0700
Subject: [PATCH 1/2] chore: Release hotdata-cli version 0.2.7
Co-Authored-By: Claude Sonnet 4.6
---
CHANGELOG.md | 49 +++++++++++++++++++-----------
Cargo.lock | 2 +-
Cargo.toml | 2 +-
README.md | 2 +-
skills/hotdata-analytics/SKILL.md | 2 +-
skills/hotdata-geospatial/SKILL.md | 2 +-
skills/hotdata-search/SKILL.md | 2 +-
skills/hotdata/SKILL.md | 2 +-
8 files changed, 38 insertions(+), 25 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 881db01..677a757 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,69 +1,81 @@
-## [0.2.6] - 2026-05-19
+## [0.2.7] - 2026-05-20
### π Features
-- *(search)* Infer `--type` and `--column` from table indexes; schema defaults to `public` (#90)
+- Dot notation for indexes create and databases load (#92)
+## [0.2.6] - 2026-05-20
-### π Bug Fixes
-
-- *(search)* Explicit error when a search index has no columns (#90)
+### π Features
+- *(search)* Infer --type and --column from indexes; default schema to public (#90)
## [0.2.5] - 2026-05-19
### π Features
-- *(databases)* Add `--url` flag to `tables load` for remote parquet files (#88)
+- *(databases)* Add --url flag to tables load for remote parquet files
+
+### π Bug Fixes
+
+- *(changelog)* Correct 0.2.5 section and preserve released history.
## [0.2.4] - 2026-05-19
### π Features
-- *(auth)* Add `hotdata auth register` command (#85, #86)
-- *(auth)* Default register to GitHub; add `--email` flag
-- *(update)* Add `hotdata update` command
-- *(skills)* Split bundled skills into `hotdata-search` and `hotdata-analytics` (#84)
+- *(update)* Add update command
+- *(skills)* Split search and analytics sub-skills; improve workflows.
+- *(auth)* Add hotdata auth register command
+- *(auth)* Default register to GitHub, add --email flag
### π Bug Fixes
- *(auth)* Align CLI callback page colors with web app theme
+- *(changelog)* Correct 0.2.4 section and preserve released history.
### π Refactor
-- *(auth)* Extract `run_browser_auth` helper; add tests for `exchange_cli_register_code`
+- *(auth)* Extract run_browser_auth helper; add tests for exchange_cli_register_code
### π Documentation
-- *(skill)* Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84)
+- *(skill)* Add epic flow checklists to core WORKFLOWS.
## [0.2.3] - 2026-05-19
### π Features
-- *(databases)* Add managed databases CLI for parquet table loads (#82)
- *(sandbox)* Add sandbox JWT support
- *(tty)* Add no-input flag and tty checks for interactive commands
+- *(databases)* Add managed databases CLI for parquet table loads for parquet table loads.
### π Bug Fixes
-- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77)
+- *(deps)* Bump openssl to 0.10.79 for CVE fixes
+- *(changelog)* Correct 0.2.3 section and preserve released history.
### πΌ Other
-- Ignore macOS metadata files (#81)
+- Ignore macOS metadata files
### π Documentation
-- *(skill)* Document managed databases commands
+- *(skill)* Document managed databases commands.
## [0.2.2] - 2026-05-04
### π Features
- *(wizard)* Render schema description, examples, defaults (#75)
+### π Bug Fixes
+
+- *(changelog)* Preserve released sections from main for CI validate
## [0.2.1] - 2026-04-30
+### π Bug Fixes
+
+- *(changelog)* Keep prior release sections identical to main
+
### π Documentation
- *(skill)* Align hotdata skill with CLI behavior
-
## [0.2.0] - 2026-04-29
### π Features
@@ -85,6 +97,8 @@
### πΌ Other
- *(release)* Bump geospatial skill version on release
+- *(deps)* Bump rustls-webpki to 0.103.13
+- Validate CHANGELOG sections match base branch on PRs
### π Refactor
@@ -97,7 +111,6 @@
### π Features
-- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)
- *(indexes)* Workspace-wide list with filters and parallel fetch
### πΌ Other
diff --git a/Cargo.lock b/Cargo.lock
index ca6614a..d9763a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -757,7 +757,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hotdata-cli"
-version = "0.2.6"
+version = "0.2.7"
dependencies = [
"anstyle",
"base64",
diff --git a/Cargo.toml b/Cargo.toml
index d918dab..ebbf04c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hotdata-cli"
-version = "0.2.6"
+version = "0.2.7"
edition = "2024"
repository = "https://github.com/hotdata-dev/hotdata-cli"
description = "CLI tool for Hotdata.dev"
diff --git a/README.md b/README.md
index 0055acc..3b6a61d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Command line interface for Hotdata.
-
+
diff --git a/skills/hotdata-analytics/SKILL.md b/skills/hotdata-analytics/SKILL.md
index df2d811..3334397 100644
--- a/skills/hotdata-analytics/SKILL.md
+++ b/skills/hotdata-analytics/SKILL.md
@@ -1,7 +1,7 @@
---
name: hotdata-analytics
description: Use this skill when the user wants OLAP-style SQL analytics in Hotdata β aggregations, GROUP BY, JOINs, reporting, exploratory queries, query run history, stored results, or materialized follow-up tables (Chain via datasets or managed databases). Activate for "analyze", "aggregate", "rollup", "pivot", "report", "metrics", "GROUP BY", "query history", "past queries", "query runs", "stored results", "materialize", "chain", "intermediate table", or sorted indexes for filters/range scans. Do not load for BM25/vector search or geospatial SQL β use hotdata-search or hotdata-geospatial. Requires the core hotdata skill for connections, tables, datasets, and auth.
-version: 0.2.5
+version: 0.2.7
---
# Hotdata Analytics Skill
diff --git a/skills/hotdata-geospatial/SKILL.md b/skills/hotdata-geospatial/SKILL.md
index 1850c1e..83f7cdd 100644
--- a/skills/hotdata-geospatial/SKILL.md
+++ b/skills/hotdata-geospatial/SKILL.md
@@ -1,7 +1,7 @@
---
name: hotdata-geospatial
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.
-version: 0.2.5
+version: 0.2.7
---
# Hotdata Geospatial Skill
diff --git a/skills/hotdata-search/SKILL.md b/skills/hotdata-search/SKILL.md
index 89554bc..1971c93 100644
--- a/skills/hotdata-search/SKILL.md
+++ b/skills/hotdata-search/SKILL.md
@@ -1,7 +1,7 @@
---
name: hotdata-search
description: Use this skill when the user wants full-text search, BM25 keyword search, vector similarity search, semantic search, embeddings, or retrieval indexes in Hotdata. Activate for "hotdata search", "BM25", "full-text", "vector search", "semantic search", "similarity", "embedding", "embedding provider", "create an index" (bm25 or vector), "list indexes" for search, or SQL using bm25_search or vector_distance. Do not load for general SQL analytics (aggregations, GROUP BY) or geospatial work β use hotdata-analytics or hotdata-geospatial instead. Requires the core hotdata skill for auth and workspace basics.
-version: 0.2.5
+version: 0.2.7
---
# Hotdata Search Skill
diff --git a/skills/hotdata/SKILL.md b/skills/hotdata/SKILL.md
index e5c115b..fd647a3 100644
--- a/skills/hotdata/SKILL.md
+++ b/skills/hotdata/SKILL.md
@@ -1,7 +1,7 @@
---
name: hotdata
description: Use this skill when the user wants to run core hotdata CLI commands β auth, workspaces, connections, managed databases, datasets, tables, basic SQL query, sandboxes, workspace context (context:DATAMODEL), jobs, and skill install. Activate for "run hotdata", "list workspaces", "list connections", "create a connection", "list databases", "managed database", "load parquet", "list tables", "list datasets", "create a dataset", "execute a query", "list sandboxes", "workspace context", "context:DATAMODEL", or general Hotdata CLI usage. For full-text/vector search and retrieval indexes use hotdata-search; for OLAP analytics, query history, stored results, and Chain materializations use hotdata-analytics; for geospatial/GIS use hotdata-geospatial.
-version: 0.2.5
+version: 0.2.7
---
# Hotdata CLI Skill
From 763ef091926e27639466dcff9ccd433a6c51424b Mon Sep 17 00:00:00 2001
From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
Date: Tue, 19 May 2026 18:11:13 -0700
Subject: [PATCH 2/2] fix(release): preserve existing changelog sections for
validator
---
CHANGELOG.md | 55 ++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 28 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 677a757..ddaab1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,80 +2,80 @@
### π Features
-- Dot notation for indexes create and databases load (#92)
-## [0.2.6] - 2026-05-20
+- *(indexes)* Dot-bracket notation for `indexes create`: `airbnb.listings[col1,col2]` replaces `--connection-id/--schema/--table/--columns` (#92)
+- *(databases)* Add `databases load ` shorthand replacing `databases tables load` (#92)
+- *(indexes)* Make `--name` optional on `indexes create`; auto-derived from table, columns, and type (#92)
-### π Features
+### π Bug Fixes
-- *(search)* Infer --type and --column from indexes; default schema to public (#90)
-## [0.2.5] - 2026-05-19
+- *(databases)* Remove `load:` hint from `databases create` success output (#92)
+
+## [0.2.6] - 2026-05-19
### π Features
-- *(databases)* Add --url flag to tables load for remote parquet files
+- *(search)* Infer `--type` and `--column` from table indexes; schema defaults to `public` (#90)
### π Bug Fixes
-- *(changelog)* Correct 0.2.5 section and preserve released history.
+- *(search)* Explicit error when a search index has no columns (#90)
+
+## [0.2.5] - 2026-05-19
+
+### π Features
+
+- *(databases)* Add `--url` flag to `tables load` for remote parquet files (#88)
## [0.2.4] - 2026-05-19
### π Features
-- *(update)* Add update command
-- *(skills)* Split search and analytics sub-skills; improve workflows.
-- *(auth)* Add hotdata auth register command
-- *(auth)* Default register to GitHub, add --email flag
+- *(auth)* Add `hotdata auth register` command (#85, #86)
+- *(auth)* Default register to GitHub; add `--email` flag
+- *(update)* Add `hotdata update` command
+- *(skills)* Split bundled skills into `hotdata-search` and `hotdata-analytics` (#84)
### π Bug Fixes
- *(auth)* Align CLI callback page colors with web app theme
-- *(changelog)* Correct 0.2.4 section and preserve released history.
### π Refactor
-- *(auth)* Extract run_browser_auth helper; add tests for exchange_cli_register_code
+- *(auth)* Extract `run_browser_auth` helper; add tests for `exchange_cli_register_code`
### π Documentation
-- *(skill)* Add epic flow checklists to core WORKFLOWS.
+- *(skill)* Epic flow checklists, datasets vs databases workflows, tag-only release finish (#84)
## [0.2.3] - 2026-05-19
### π Features
+- *(databases)* Add managed databases CLI for parquet table loads (#82)
- *(sandbox)* Add sandbox JWT support
- *(tty)* Add no-input flag and tty checks for interactive commands
-- *(databases)* Add managed databases CLI for parquet table loads for parquet table loads.
### π Bug Fixes
-- *(deps)* Bump openssl to 0.10.79 for CVE fixes
-- *(changelog)* Correct 0.2.3 section and preserve released history.
+- *(deps)* Bump openssl to 0.10.79 for CVE fixes (#77)
### πΌ Other
-- Ignore macOS metadata files
+- Ignore macOS metadata files (#81)
### π Documentation
-- *(skill)* Document managed databases commands.
+- *(skill)* Document managed databases commands
## [0.2.2] - 2026-05-04
### π Features
- *(wizard)* Render schema description, examples, defaults (#75)
-### π Bug Fixes
-
-- *(changelog)* Preserve released sections from main for CI validate
## [0.2.1] - 2026-04-30
-### π Bug Fixes
-
-- *(changelog)* Keep prior release sections identical to main
-
### π Documentation
- *(skill)* Align hotdata skill with CLI behavior
+
## [0.2.0] - 2026-04-29
### π Features
@@ -97,8 +97,6 @@
### πΌ Other
- *(release)* Bump geospatial skill version on release
-- *(deps)* Bump rustls-webpki to 0.103.13
-- Validate CHANGELOG sections match base branch on PRs
### π Refactor
@@ -111,6 +109,7 @@
### π Features
+- *(auth)* Add CLI auth session support (JWT access tokens, refresh, PKCE login)
- *(indexes)* Workspace-wide list with filters and parallel fetch
### πΌ Other