This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
Releases: ctalkington/python-sonarr
Releases · ctalkington/python-sonarr
0.3.0
Features
- Add requirements.txt to manifest (#68)
- Only pin minimum versions of core requirements (#41)
- Add SonarrResourceNotFound Exception (#13)
- Extract API Client into Client Class (#12)
Maintenance
- Bump pytest from 5.4.3 to 6.0.1 (#42)
- Bump wheel from 0.34.2 to 0.35.1 (#55)
- Bump isort from 5.3.2 to 5.4.2 (#54)
- Bump pytest-cov from 2.10.0 to 2.10.1 (#53)
- Bump blacken-docs from 1.7.0 to 1.8.0 (#56)
- Bump codecov/codecov-action from v1.0.12 to v1.0.13 (#57)
- Bump pip from 20.2 to 20.2.2 (#49)
- Bump actions/checkout from v2.3.1 to v2.3.2 (#46)
- Bump isort from 5.3.0 to 5.3.2 (#47)
- Bump isort from 5.2.2 to 5.3.0 (#44)
- Bump isort from 5.2.1 to 5.2.2 (#43)
- Bump pip from 20.1.1 to 20.2 (#38)
- Bump isort from 5.1.4 to 5.2.1 (#37)
- Bump coverage from 5.2 to 5.2.1 (#34)
- Bump codecov/codecov-action from v1.0.11 to v1.0.12 (#33)
- Bump actions/setup-python from v2.1.0 to v2.1.1 (#32)
- Bump isort from 5.1.2 to 5.1.4 (#31)
- Bump aresponses from 1.1.2 to 2.0.0 (#20)
- Bump pytest-asyncio from 0.10.0 to 0.14.0 (#19)
- Bump mypy from 0.761 to 0.782 (#28)
- Bump pytest from 5.3.5 to 5.4.3 (#30)
- Bump twine from 3.1.1 to 3.2.0 (#29)
- Bump blacken-docs from 1.6.0 to 1.7.0 (#27)
- Bump pre-commit from 2.1.1 to 2.6.0 (#23)
- Bump pip from 20.0.2 to 20.1.1 (#24)
- Bump coverage from 5.0.3 to 5.2 (#22)
- Bump pytest-cov from 2.8.1 to 2.10.0 (#18)
- Bump actions/setup-python from v1 to v2.1.0 (#16)
- Bump yamllint from 1.20.0 to 1.24.2 (#17)
- Bump isort from 4.3.21 to 5.1.2 (#21)
- Update actions/checkout requirement to v2.3.1 (#14)
- Bump pylint from 2.4.4 to 2.5.3 (#26)
- Bump flake8 from 3.7.9 to 3.8.3 (#25)
- Bump codecov/codecov-action from v1.0.3 to v1.0.11 (#15)
0.2.3
What’s Changed
- Handle when diskspace is not available (#11) @ctalkington
0.2.2
What’s Changed
- Improve datetime string parsing (#8) @ctalkington
0.2.1
What’s Changed
- Minor Bug Fixes
0.2.0
What’s Changed
- SSL Support / Air Date (#7) @ctalkington
Initial Release
What’s Changed
- API - Command (#6) @ctalkington
- API - Wanted (#5) @ctalkington
- API - Series (#4) @ctalkington
- API - Queue (#3) @ctalkington
- API - Calendar (#2) @ctalkington
- Initial Buildout (#1) @ctalkington