0.1.5 (2026-04-17)

Features

  • external_subcommands (plugin-style dispatchers) (#44) (8c35224)
  • PowerShell completion generation (#43) (5919b94)

Bug Fixes

  • include subcommand path in usage line, drop bogus [-- <args>...] (#42) (58017ea)
  • render option names as kebab-case + warn on empty version (#40) (91cde25)

0.1.4 (2026-04-10)

Features

  • add display_order and help_heading (#32) (5ac1e82)
  • infer subcommands from unique prefixes (#34) (90d456f)
  • per-option constraints and conditional required (#35) (c70fbb3), closes #19 #18

0.1.3 (2026-04-05)

Features

  • add 5 quick-win features from clap parity analysis (#30) (626bd7d)
  • add clap parity batch 1 -- 6 new features (#29) (10aabb1)
  • support help subcommand for displaying subcommand help (#7) (8431c54)

0.1.2 (2026-04-04)

Features

  • add OptionParser compatibility features (#5) (a2d1121)

0.1.1 (2026-04-04)

Features

  • add docs for all public APIs and standalone examples (#3) (1dc77cc)
  • add release-please and CI badges (#1) (b2e0a35)
  • initial release of Cheer CLI framework (be40176)