v2.0.0
This release drops support for Python 3.8. Code-annotations now support 3.11 and 3.12. If your project needs to maintain 3.8 support, you will need to pin code-annotations to <2.0.0
. This release also contains a lot of backlogged dependency updates as the dependency upgrader was not running for quite some time.
What's Changed
- chore: enable github action auto update in dependabot.yml by @edx-requirements-bot in #117
- chore: Add requirements upgrade github action by @bmtcril in #124
- chore: Fix branch names in workflow by @bmtcril in #125
- chore: Upgrade Python requirements by @edx-requirements-bot in #126
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #122
- build(deps): bump actions/setup-python from 2 to 5 by @dependabot in #123
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #121
- 116: Add Support for Python 3.11 by @abdullahQureshee in #118
- chore: Upgrade Python requirements by @edx-requirements-bot in #130
New Contributors
- @dependabot made their first contribution in #122
- @abdullahQureshee made their first contribution in #118
Full Changelog: v1.8.2...v2.0.0