Skip to content

v1.0.7

Compare
Choose a tag to compare
@akshaybabloo akshaybabloo released this 27 Dec 01:14
· 35 commits to master since this release

Added

  • all command added - Creates changelog for markdown, rst and json at the same time.
  • check_version added in utils.py and added as thread call to CLI

Changed

  • write_*() -> write().
  • requests.py -> request.py
  • README.rst -> README.md - f2e26d8
  • .format() -> f-strings - 96e70ea

Removed

  • FormatRstBase removed and merged with FormatBase.

Breaking

  • write_markdown() and write_json() removed - bd69bbf