Skip to content

Releases: bachya/pytile

3.0.4

11 Feb 22:48
Compare
Choose a tag to compare

🧰 Maintenance

  • Add shellcheck to CI (#35)
  • Move examples to their own folder (#34)
  • Replace Makefile with bash scripts (#33)
  • Add categories to release drafter (#32)

3.0.3

11 Feb 02:31
Compare
Choose a tag to compare
  • Add GitHub Action to create and publish a release
  • Update mypy requirement from ^0.740 to ^0.761 (#27)
  • Update pydocstyle requirement from ^4.0.1 to ^5.0.2 (#28)
  • Update pre-commit requirement from ^1.20.0 to ^2.0.1 (#29)
  • Bump pytest to 5.3.5
  • Add codespell to pre-commit (#26)
  • Modernize test and fixture framework (#25)
  • Speed up CI (#24)
  • Add more repos to pre-commit + include bandit (#22)

3.0.2

18 Nov 04:13
Compare
Choose a tag to compare
  • Updated Makefile
  • Migrate from Travis-CI to GitHub Actions (#21)
  • Move from pipenv to virtualenv + poetry (#20)

3.0.1

05 Nov 18:16
Compare
Choose a tag to compare
  • Store UUIDs as strings (#19)

3.0.0

22 Oct 21:00
Compare
Choose a tag to compare
  • Update default app ID to be latest iOS (#17)
  • Simplify client creation and login process (#16)

2.0.8

29 Sep 23:21
Compare
Choose a tag to compare
  • Fix serialization issue with UUID header (#14)

2.0.7

25 Sep 18:08
Compare
Choose a tag to compare
  • Add Python 3.6-style variable type annotations (#12)
  • Switch to f-strings (and remove support for Python 3.5.3) (#11)

2.0.6

28 Feb 00:41
Compare
Choose a tag to compare
  • Remove aiodns from requirements

2.0.5

12 Nov 04:36
Compare
Choose a tag to compare
  • Fix a bug where active Tiles wouldn't be returned (#4)
  • Make typing a Makefile command (#5)

2.0.4

03 Nov 03:45
Compare
Choose a tag to compare
  • Add runtime support for Python 3.5.3 (#3)