Skip to content

v1.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 18:00
· 18 commits to refs/heads/main since this release
v1.4.2
479762a

What's Changed

👻 Bug Fixes

  • Fix error in debug logging not returning the response body @tr4nt0r (#110)

📃 Documentation

  • Update AUTHORS and CONTRIBUTING guidelines @tr4nt0r (#124)
  • Enhance README with usage examples and installation instructions @tr4nt0r (#123)

🧰 Maintenance

6 changes
  • Add hatch-test environment and Python/OS test matrix @tr4nt0r (#122)
  • Use pipx to install hatch in build workflow @tr4nt0r (#121)
  • Remove duplicate mypy github action @tr4nt0r (#120)
  • Update mypy to use pyproject.toml and remove deprecated files @tr4nt0r (#119)
  • Update release drafter to trigger on push to main and labeler to manual dispatch @tr4nt0r (#115)
  • Update pre-commit configuration and bump hooks @tr4nt0r (#112)

🔬 Other updates

  • Add Destination type to public API exports @tr4nt0r (#118)
  • Change logger to use package name instead of module name @tr4nt0r (#117)
  • Refactor debug logging to use exc_info for exception traceback @tr4nt0r (#116)
  • Remove unnecessary dotenv dependency @tr4nt0r (#114)
  • Use yarl for API url building @tr4nt0r (#111)

🧩 Dependency Updates

Contributors: @tr4nt0r