Skip to content

v0.11.0

Compare
Choose a tag to compare
@remyz17 remyz17 released this 12 Jul 22:18
· 13 commits to main since this release

v0.11.0 (2024-07-12)

Chore

  • chore(pyproject.toml): add B608 to bandit skips to exclude additional security check (5b9d2a1)

  • chore: Bump dependencies (98f35b1)

Feature

  • feat(services): Add mailhog service (5bfa424)

Fix

  • fix(pyproject.toml): update ruff dependency version to ^0.0.291 to fix a known issue and improve compatibility with other packages (7aa84c4)

Refactor

  • refactor(filters.py): remove unnecessary else block and raise ValueError directly for invalid value for one_off (2441393)