- :hammer_and_wrench: major build framework upgrade (27) + :tada: mark as beta release (28) + :tada: support py3.9 + :mag: skip duplicate tests on PRs
1.3.3
- :hammer: fix `add_argument_to(subparser)` (25) + add `parent=None` to ensure parent (rather than subcommand) is completed - :mag: add tests
1.3.2
- :hammer: fix `bash>=4.4` bad substitution (23 <- 22)
1.3.1
- :tada: allow periods in script names (21 <- 20) + support e.g. `script.py` (not just console entrypoints such as `script`) + support e.g. `./script.py` (explicit local path) - :mag: add tests - :100: enable coverage reporting by default for tests