Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Releases: bachya/py17track

2021.12.2

07 Dec 14:56

Choose a tag to compare

🐛 Bug Fixes

  • Fix unhandled exception when encountering unknown package types (#70)

🧰 Maintenance

  • Configure WhiteSource Bolt for GitHub (#68)

2021.12.1

01 Dec 17:21

Choose a tag to compare

🧰 Maintenance

  • Re-work pinned version range for aiohttp (#67)

2021.12.0

01 Dec 15:21

Choose a tag to compare

🚀 Features

  • Add support for Python 3.10 (#61)

🧰 Maintenance

  • Migrate versioning to CalVer (#66)
  • Relax version pinning of attrs (#65)
  • Update pre-commit/action action to v2.0.3 (#63)
  • Update codecov/codecov-action action to v2 (#64)
  • Configure Renovate (#62)
  • Update async-timeout requirement from ^3.0.1 to >=3.0.1,<5.0.0 (#60)
  • Update pytest-cov requirement from ^2.8.1 to ^3.0.0 (#59)
  • Update attrs requirement from >=19.3,<21.0 to >=19.3,<22.0 (#56)

3.3.0

02 May 18:02

Choose a tag to compare

🚀 Features

  • Add packages by tracking number (#54)

🧰 Maintenance

  • Upgrade to GitHub-native Dependabot (#55)

3.2.1

17 Mar 23:03

Choose a tag to compare

🐛 Bug Fixes

  • fix incorrect conversion of timezones (#52)

3.2.0

16 Mar 21:34

Choose a tag to compare

🚀 Features

  • Add ability to specify timezone that a package should use (#51)
  • Expand location data to use whatever data is available (#50)

3.1.0

14 Mar 22:01

Choose a tag to compare

🚀 Features

  • added attribute timestamp to package object (#49)

3.0.1

26 Feb 22:06

Choose a tag to compare

🧰 Maintenance

  • Upgrade aiohttp to a minimum of 3.7.4 (#47)

3.0.0

14 Jan 00:14

Choose a tag to compare

🚨 Breaking Changes

  • Make aiohttp ClientSesssion optional (#38)

🚀 Features

  • Add support for Python 3.9 (#42)
  • Make aiohttp ClientSession optional (#38)

🧰 Maintenance

  • Update Release Drafter with breaking changes and maintenance (#46)
  • Update poetry to use core back-end (#45)
  • Update linting CI step with new pre-commit action (#43)
  • Update attrs requirement from ^19.3.0 to >=19.3,<21.0 (#40)
  • Update pytest requirement from ^5.4.1 to ^6.0.0 (#39)
  • Add pre-commit caching to CI (#37)
  • Update aresponses requirement from ^1.1.1 to ^2.0.0 (#35)
  • Adjust codespell to quiet level 4 (#34)
  • Move codecov CI action to v1 (#33)
  • Add pre-commit repos for JSON and branch (#32)
  • Remove pre-commit repos from poetry dependencies (#31)
  • Consolidate pre-commit commands in CI (#30)
  • Combile linting and static analysis into one CI pipeline (#29)
  • Bump mypy (in pre-commit) to 0.761 (#28)

2.2.6

11 Feb 21:55

Choose a tag to compare

🧰 Maintenance

  • Add shellcheck to CI (#27)
  • Move examples to their own folder (#26)
  • Replace Makefile with bash scripts (#25)
  • Add categories to release drafter (#24)