Skip to content

Releases: ymyzk/python-gyazo

Version 2.3.0

21 Nov 14:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

Version 2.2.0

07 Nov 06:55
Compare
Choose a tag to compare
  • Add Python 3.10 support #66
  • Use build for packaging
  • Upgrade type stubs

Version 2.1.0

01 Feb 14:30
Compare
Choose a tag to compare
  • Add Python 3.9 support #65
  • Update dependencies for testing #63
  • Use GitHub Actions instead of Travis CI #62 #64

Version 2.0.0

02 Feb 07:59
Compare
Choose a tag to compare
  • 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

01 Feb 03:38
Compare
Choose a tag to compare

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

01 Jul 09:11
Compare
Choose a tag to compare
  • Python 3.7 support #53
  • PEP 561 support
  • Update Sphinx to 1.7.x #52

Version 1.0.0

31 Oct 16:43
Compare
Choose a tag to compare
  • Out of beta!! 🎉
  • Small internal improvements

Version 0.15.1

20 Sep 18:37
Compare
Choose a tag to compare
  • Fix python_requires in setup.py

Version 0.15.0

20 Sep 18:31
Compare
Choose a tag to compare

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

17 Jan 08:15
Compare
Choose a tag to compare
  • Support Python 3.6 #37
  • Update CI environment #38 #39