Skip to content

0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 16:20
· 25 commits to main since this release
9f508a0

What's Changed

  • Refactored monolithic CLI to more dedicated Typer commands with input validation by @jaspersiebring in #8

Full Changelog: 0.4.2...0.5.0

Refactor of monolithic CLI into more dedicated Typer commands (i.e. geococo new, geococo add and geococo copy). Also added basic path validation and explicit documentation through Typer (instead of parsing it from the docstring). That also allowed us to drop typer-cloup and docstring-parser and just use Typer. Also added datetime parsing (used to populate date_created).