Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 13:41
· 181 commits to main since this release

1.8.0 - 2024-11-29

Bug Fixes

  • Fix value of SpecialStat.ENERGY_RECHARGE - (c681a92)
  • Fix default value for list fields - (c4cc4de)

Features

  • Use loguru for logging - (474c812)
  • Add fetch_character_guide method - (a791e74)

Improvements

  • Enumify WeaponType and SpecialStat - (719c643)

Miscellaneous Chores

  • (deps) lock file maintenance (#76) - (b56a4c9)
  • (ruff) Ignore ALL rules in test.py - (df0f032)
  • Add .python-version file - (5a54037)

Refactoring

  • Remove pytest.mark.asyncio - (aff8c4b)
  • Move enums from models.character.py to enums.py - (cc1cd27)