Skip to content

advent-cli 0.1.1

Choose a tag to compare

@fergusch fergusch released this 11 Dec 07:23
· 27 commits to main since this release
89a1b71

Changes

Features

  • advent-cli is now on PyPI! 🎉
  • Improved error handling

Bug fixes

  • Fixed an issue where --version would output __main__ instead of advent-cli when run with python -m
  • Fixed an issue where submit would overwrite part 1 in prompt.md after downloading part 2
  • Fixed an issue where pip would not install requirements due to a typo in setup.cfg
  • Fixed an issue where get would not create directories

Other

  • Lowered minimum Python version to 3.7
  • Added unit tests

Full changelog