1.5.0 (2026-04-27)
- add stdin support for positional args (3b2e27e)
1.4.1 (2026-04-10)
- handle built-in help flags in Command.run (fef9ff0)
1.4.0 (2026-02-13)
- improve unknown subcommand handling in hybrid commands (ba9dc3c)
1.3.0 (2026-02-11)
- add hybrid commands with both handlers and subcommands (f5402d6)
1.2.0 (2026-02-05)
- add command aliases for convenience shortcuts (c8dddb2)
- add custom validation for options and arguments (d5df01b)
- add enum/choices constraint for options and arguments (85e0607)
- add environment variable fallbacks for options (de288cb)
- add stable error codes for programmatic error handling (0ae48fb)
1.1.0 (2026-01-26)
- show correct help when subcommand is missing from nested commands (9376a44)
- add automated changelog generation to release process (eb8ca6c)
- add shell completion generation for bash, zsh, and fish (9b68354)
All notable changes to this project will be documented in this file.
1.0.2 (2026-01-06)
- show built-in flags alongside user-defined flags (4d4cbec)
1.0.1 (2026-01-02)
Initial release.