Skip to content

chore: bump version to v0.3.2#111

Merged
eddietejeda merged 2 commits into
mainfrom
chore/bump-version-0.3.2
May 27, 2026
Merged

chore: bump version to v0.3.2#111
eddietejeda merged 2 commits into
mainfrom
chore/bump-version-0.3.2

Conversation

@eddietejeda
Copy link
Copy Markdown
Contributor

Summary

  • Bump Cargo.toml version to 0.3.2
  • Update Cargo.lock
  • Add CHANGELOG entry for v0.3.2
  • Bump all skill versions (hotdata, hotdata-search, hotdata-analytics, hotdata-geospatial) from 0.3.1 to 0.3.2

What is in this release

All bug fixes from PR #110:

  • datasets create: add missing -o/--output flag; banner moved to stderr so -o json is jq-parseable
  • sandbox new / update: move success banners to stderr for clean -o json output
  • sandbox read: fix missing trailing newline
  • sandbox delete: new subcommand; auto-clears active session when the deleted sandbox was the active one
  • workspaces set: fix incorrect lock check (HOTDATA_WORKSPACE to HOTDATA_SANDBOX)
  • context push: friendly hint when blocked inside an active sandbox

After merging

Tag v0.3.2 on the resulting merge commit to trigger the release workflow.

@sentry
Copy link
Copy Markdown

sentry Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Comment thread Cargo.toml
[package]
name = "hotdata-cli"
version = "0.3.1"
version = "0.3.2"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: (not blocking) The pre-release-replacements config in this file (line 68) lists README.md alongside the four SKILL.md files, but the README version badge wasn't bumped — it still reads version-0.2.7-blue (and was already stale at 0.3.1, so this predates this PR). Since this PR manually updates the same files that cargo-release would otherwise touch, it'd be a natural place to also bump the badge to 0.3.2 for consistency with the other version markers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — fixed in 9e42d4d. Badge now reads 0.3.2. Also confirmed the dist-workspace.toml pre-release-replacements list includes README.md so cargo-release will keep it in sync going forward.

claude[bot]
claude Bot previously approved these changes May 27, 2026
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump is consistent across all markers (Cargo.toml, Cargo.lock, README badge, four SKILL.md files) and the CHANGELOG entry accurately reflects the fixes from #110. Prior cycle's README badge nit is resolved.

@eddietejeda eddietejeda merged commit bfabb45 into main May 27, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant