v1.1.10
What's Changed
- Sanitize percent signs in help messages by @DannyBen in #507
- Drop support for Ruby 3.0 by @DannyBen in #508
- Fix input normalization to ignore anything after the double dash (--) operator by @MIOB and @DannyBen in #511
- Add
[--]
to usage text whencatch_all
is used by @DannyBen in #512 - Add
conjoined_flag_args
to allow disabling the--flag=arg
normalization by @MIOB and @DannyBen in #513
Full Changelog: v1.1.9...v1.1.10