Releases: openedx/code-annotations
Releases · openedx/code-annotations
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
v1.8.2
v1.8.1
What's Changed
- build: Update codecov and use token by @arbrandes in #106
- fix: pypi-publish master branch sunset by @CodeWithEmad in #112
- build: Switch to ubuntu-latest for builds by @feanil in #115
- fix: Fix timestamp handling (elapsed; formatting) by @timmc-edx in #111
New Contributors
- @arbrandes made their first contribution in #106
- @CodeWithEmad made their first contribution in #112
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.0
v1.6.0 - add toggle_removal_ticket annotation+
What's Changed
- docs: correct some mis-statements of the license. #82 by @nedbat in #90
- chore: Add tox<4.0.0 to constraints.txt by @ZiqiXiao in #95
- docs: Update the security e-mail address. by @feanil in #94
- fix: remove tox-battery requirement by @UsamaSadiq in #96
- feat: update file feature_toggle_annotations.yaml by @Yagnesh1998 in #97
New Contributors
- @ZiqiXiao made their first contribution in #95
- @Yagnesh1998 made their first contribution in #97
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Add DEPR workflow automation by @sarina in #79
- FC-0001: rename toggle_warnings to toggle_warning by @dyudyunov in #80
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #81
- Fix github url strings (org edx -> openedx) by @sarina in #84
- fix: redner optional toggle fields when exists by @ghassanmas in #83
- Update standard workflow files. by @feanil in #85
- fix: Remove yanked (and unused) codecov package from ci.in; upgrade action by @timmc-edx in #87
- chore: Switch from edx-sphinx-theme to sphinx-book-theme by @xitij2000 in #86
- docs: Update the contributing guidelines link. by @feanil in #88
- feat: upgrade to Django 4.2 by @zubairshakoorarbisoft in #92
New Contributors
- @sarina made their first contribution in #79
- @dyudyunov made their first contribution in #80
- @ghassanmas made their first contribution in #83
- @timmc-edx made their first contribution in #87
- @xitij2000 made their first contribution in #86
- @zubairshakoorarbisoft made their first contribution in #92
Full Changelog: v1.3.0...v1.5.0
v1.3.0
What's Changed
- feat: Shifted CI from Travis to Github Actions by @Jawayria in #73
- chore: updated CI badge to point to GitHub Actions by @Jawayria in #75
- Fix make upgrade failure by @aht007 in #77
- chore: Post Django32 Cleanup by @edx-requirements-bot in #78
New Contributors
Full Changelog: 1.2.0...v1.3.0
Added Django 3.0, 3.1 and 3.2 Support
- Added Django 3.0, 3.1 and 3.2 Support
v1.1.2
See changelog for details https://github.com/edx/code-annotations/blob/master/CHANGELOG.rst#112---2021-05-21.