Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 19:12

Changelog v0.2.2

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.2] - 2026-06-24

Added

  • Help descriptions for all CLI options and positional arguments (kprun <cmd> --help)
  • doctor --mcp <entry> -- <command> — append the MCP server command to get a complete JSON snippet instead of a placeholder ending at --
  • Dotenv import format documentation (kprun entry title comments; flat project .env migration example)
  • README demo GIF (docs/kprun.gif)

Changed

  • .gitignore tracks docs/kprun.gif and ignores alternate Cargo target directories (target-*/)

Full commit list
  • chore(release): prepare v0.2.2
  • docs: add demo gif to readme
  • feat(cli): add option help text and complete doctor --mcp snippets
  • docs(cli): document dotenv import format