Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 23:01
· 96 commits to main since this release
72a4520

0.2.0 - 2024-06-11

Bug Fixes

  • (deps) update dependency pydantic to v2.7.2 (#4) - (dbe6fba)
  • (deps) update dependency pydantic to v2.7.3 (#6) - (1d6b3db)
  • (gacha) Manually specify banner type - (dbca3cd)

Continuous Integrations

  • Publish to PYPI when creating a new release - (c54769d)

Documentation

  • Update dev env set up instructions - (0867a58)

Features

  • (gacha) Add gacha records endpoint - (e44963c)
  • (gacha) Split models into two types and add icons - (1ccc8c3)
  • Support request caching - (60a4c59)
  • Replace aiohttp-client-cache with aiocache (#10) - (8bfc8b5)

Miscellaneous Chores

  • (deps) Update dependency ruff to v0.4.6 (#3) - (11305f2)
  • (deps) update dependency ruff to v0.4.7 (#5) - (e5f764e)
  • (deps) Update lock file - (8c77b44)
  • (deps) update dependency pytest to v8.2.2 (#7) - (a766951)
  • (deps) update dependency ruff to v0.4.8 (#8) - (6c23bab)
  • (deps) update python docker tag to v3.12.4 - (84fd041)
  • (deps) Update lock file - (1b1c027)
  • (poetry) Disable package mode - (909c22f)
  • (renovate) Enable auto merge - (52377f8)
  • (ruff) Add base APIModel to runtime-evaluated-base-classes - (0e4afb8)
  • Configure Renovate (#1) - (e58554d)
  • Disable pyenv dep check - (0702e79)
  • Enablel package mode and add packages property - (a74039f)
  • Delete .vscode - (f14e2de)
  • Rename project - (2cefb8b)
  • Bump version - (72a4520)

Refactoring

  • Refactor imports and geetest server - (736ef16)

Style

  • Don't specify argument type in docstrings - (6edfe22)
  • Make "Args" and "Returns" sections bold - (74c195e)
  • Format imports - (2ff6524)
  • Apply ruff formatting - (5aedc49)