Releases: ymyzk/python-gyazo
Releases · ymyzk/python-gyazo
Version 2.2.0
- Add Python 3.10 support #66
- Use build for packaging
- Upgrade type stubs
Version 2.1.0
- Add Python 3.9 support #65
- Update dependencies for testing #63
- Use GitHub Actions instead of Travis CI #62 #64
Version 2.0.0
- Drop Python 2.7 and 3.4 support #57 #58
- Some API incompatible changes
- Support "GET /api/images/:image_id" and OCR results #60
- Use pytest for testing #59
Version 1.2.0
This is the last version which supports Python 2 and Python 3.4
- Python 3.8 support #55
- Packaging improvements #56
Version 1.1.0
- Python 3.7 support #53
- PEP 561 support
- Update Sphinx to 1.7.x #52
Version 1.0.0
- Out of beta!! 🎉
- Small internal improvements
Version 0.15.1
- Fix
python_requires
in setup.py
Version 0.15.0
Breaking Changes
- Remove
star
attribute from Image
model #49
- Drop Python 3.3 support #50
Internal
- Improve type hints
- Update test environment #40 #46
- Update libraries #41 #44
- Improve versioning #42
- Improve packaging #43
- Refactoring #45 #51
Version 0.14.0
- Support Python 3.6 #37
- Update CI environment #38 #39