Skip to content

Commit 0876405

Browse files
eddietejedaclaude
andcommitted
chore: bump version to v0.3.0
Release highlights: - feat: fetch query results as Arrow IPC (replaces JSON row format) - feat: async query polling loop replaces exit-code-2 behaviour - feat: --database flag on hotdata query for managed databases - feat: databases show subcommand - feat: databases tables <db> positional shorthand for tables list - feat: background update-available notice printed after command output - feat: hotdata update auto-installs/updates agent skills - feat: hotdata update executes brew upgrade for Homebrew installs - fix: remove dead AsyncResponse.status field (compiler warning) - fix: reorder polling loop (poll first, sleep last) - fix: 120s timeout on skills HTTP download client - fix: replace chained .unwrap() with .expect() in tables help path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent de7cf1f commit 0876405

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.9"
3+
version = "0.3.0"
44
edition = "2024"
55
repository = "https://github.com/hotdata-dev/hotdata-cli"
66
description = "CLI tool for Hotdata.dev"

0 commit comments

Comments
 (0)