From b0a74d3c84a8c506b2d7ea1a47c937446195b2d3 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Tue, 19 May 2026 17:17:42 -0700 Subject: [PATCH] chore: Release hotdata-cli version 0.2.6 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e24c6..881db01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.6] - 2026-05-19 + +### 🚀 Features + +- *(search)* Infer `--type` and `--column` from table indexes; schema defaults to `public` (#90) + +### 🐛 Bug Fixes + +- *(search)* Explicit error when a search index has no columns (#90) + ## [0.2.5] - 2026-05-19 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 4e4109b..ca6614a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hotdata-cli" -version = "0.2.5" +version = "0.2.6" dependencies = [ "anstyle", "base64", diff --git a/Cargo.toml b/Cargo.toml index 953fe04..d918dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata-cli" -version = "0.2.5" +version = "0.2.6" edition = "2024" repository = "https://github.com/hotdata-dev/hotdata-cli" description = "CLI tool for Hotdata.dev"