Changelog
v0.3.0 (2023-08-07)
Feature
- Add tier 'Y' and change 'F' to 'E' (
a39b3a2
)
- Gitignore folder .idea (
e9d27d6
)
v0.2.1 (2022-01-10)
Fix
v0.2.0 (2022-01-09)
Feature
- Add
Pokemon.name_at
method (444b5fb
)
Documentation
- Add license to docs site (
bd4c6fc
)
- Add changelog to docs site (
27918e2
)
- Add more detailed description (
dc9fbbe
)
- Add PyPI version badge (
de6c224
)
- Update todo list (
b4ce632
)
- Add installation instructions (
48e8000
)
- Add README to
pyproject.toml
(492a81f
)
v0.1.2 (2022-01-01)
Fix
- Run
python-semantic-release
via pdm
(5eef3df
)
v0.1.1 (2022-01-01)
Fix
- Remove leading '-' from
fetch-depth
(209f17f
)
Documentation
- Exclude inherited
pydantic
methods (201d817
)