Releases: beastmatser/aiopokeapi
Releases Β· beastmatser/aiopokeapi
v0.1.11
v0.1.10
What's changed?
- β¬οΈ Bump dependencies
- β Add python 3.13 support
- β Remove python 3.8 support (end of life)
- π¨ Update pre-commit versions
v0.1.9
What's changed?
- β¬οΈ Bump dependencies
- π½ Add new
sprites
attribute toNaturalGiftType
- β¨ Small speedup
- π·οΈ Typehint correction
v0.1.8
What's changed?
- β¬οΈ Bump dependencies
- π Minor bugfixes and typos
- π½ Add new
cries
attribute toPokemon
- β Add support for Python 3.12
v0.1.7
What's changed?
- β¬οΈ Bump dependencies
- π¨ β Fix pytest-asyncio warnings
- π½ Add new
past_abilities
attribute toPokemon
v0.1.6
What's changed?
- π Every case of objects that may be null should be taken care of
- π·οΈ Fix some typehints
- β¬οΈ Bump dependencies
- β»οΈ Rework sprites
- β Add tests for sprites
- β‘ Slight speed increase
- β Remove support for python3.7, due to end of life
v0.1.5.1
v0.1.5
What's changed?
- π§ͺ Add tests for python 3.11
- π Fix #51
- π½ Fix tests link (badges/shields#8671)
- π§ Update pre-commit versions
- β¬οΈ Bump some dependencies
Assets 2
v0.1.4
What's changed?
- π Fix file structure and file references, to fix import issues.
- π
aiopoke
->src/aiopoke
v0.1.3
What's changed?
- β¨ Add
__main__.py
- π Update code example
- π§ Update pre-commit versions
- π© Add more classifiers in
setup.cfg
- β¬οΈ Bump some dependencies