Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 22:24

Changelog v0.2.1

All notable changes to kprun are documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.2.1] - 2026-06-24

Added

  • ASCII banner on interactive management commands (TTY stderr, respects NO_COLOR)
  • Help descriptions for all CLI subcommands (kprun --help)
  • Success confirmations for set, unset, delete, import, export, and deinit (key names only, never values)
  • Guided init flow with numbered steps and a copy-pasteable Next steps block
  • Empty-vault hint on kprun list when no entries exist
  • Embedded minisign release public key in install scripts for checksum signature verification

Changed

  • init progress and hints use structured stderr output in interactive terminals; non-TTY and piped usage stays script-friendly
  • Banner is suppressed for run, list --json, doctor --mcp, export --stdout, and non-interactive sessions

Full commit list
  • chore(release): prepare v0.2.1
  • feat(cli): interactive stderr polish for vault management
  • ci(install): embed minisign release public key (H-4)