Skip to content

0.5.0

Compare
Choose a tag to compare
@afuetterer afuetterer released this 05 Jun 18:55
· 48 commits to main since this release

Release Notes

Breaking Changes

Features

  • cli: add print_error function to highlight errors in console (#123) (f242b10)
  • add cli parameters for return_type selection (#113) (15668bc)
  • set up custom exceptions (#108) (a2fa099)

Code Refactoring

  • cli: use rich.console instead of rich.print (#122) (a4efea0)
  • add is_eager argument to version_callback (#106) (eab6579)

Testing

  • add respx mock route for /repository{id} endpoint (#114) (070bbf6)

Full Changelog: (0.4.0...0.5.0)

Installation

You can install this version via pip from PyPI:

python -m pip install python-re3data==0.5.0

or pull the Docker image from ghcr.io:

docker pull ghcr.io/afuetterer/python-re3data:0.5.0