Releases: openedx/crowdsourcehinter
Releases · openedx/crowdsourcehinter
v0.8
What's Changed
- chore: add catalog info and renovate.json by @ichintanjoshi in #155
- fix: pypi-publish master branch sunset by @CodeWithEmad in #165
- build: Switch to ubuntu-latest for builds by @feanil in #177
- Drop py3.8 support | Replace pkg_resources lib with importlib.resources by @beingfaisal in #181
New Contributors
- @CodeWithEmad made their first contribution in #165
- @beingfaisal made their first contribution in #181
Full Changelog: v0.7...v0.8
v0.7
What's Changed
- [BD-6] OEP-18 Compliance by @ericfab179 in #9
- BOM-1673: Updated the setup to upload crowdsourcehinter to PyPi by @mzulqarnain1 in #10
- Update .travis.yml to deploy to PyPI by @syedimranhassan in #11
- Added PyPI encrypted password in travis by @edx-semantic-release in #12
- Removed deprecated future imports by @mraarif in #13
- [BD-18] Standardize the make test targets by @emZubair in #14
- feat: Added upgrade-python-requirements workflow by @Jawayria in #20
- build: update escalation email address by @sarina in #22
- build: add CODEOWNERS; edx/community-engineering by @stvstnfrd in #23
- fix: resolve the pip and pip-tools version conflict by @Jawayria in #21
- Python Code Cleanup by @edx-requirements-bot in #15
- build: add common constraint and run
make upgrade
by @stvstnfrd in #26 - Python Requirements Update by @edx-requirements-bot in #27
- Python Requirements Update by @edx-requirements-bot in #29
- Python Requirements Update by @edx-requirements-bot in #30
- Python Requirements Update by @edx-requirements-bot in #31
- Python Requirements Update by @edx-requirements-bot in #32
- Python Requirements Update by @edx-requirements-bot in #33
- BOM-2930: Replace Travis with GitHub CI by @UsamaSadiq in #35
- build(fix): no need to run on Python 3.5 anymore by @nedbat in #38
- Python Requirements Update by @edx-requirements-bot in #39
- Standardize version number placement by @aht007 in #40
- feat: advertise constraints in setup.py by @edx-requirements-bot in #37
- Python Requirements Update by @edx-requirements-bot in #41
- Python Requirements Update by @edx-requirements-bot in #42
- Python Requirements Update by @edx-requirements-bot in #43
- Add DEPR workflow automation by @sarina in #51
- fix: Installed pip and pip-tools in upgrade script by @Jawayria in #52
- Fix github url strings (org edx -> openedx) by @sarina in #54
- fix: github workflow -branch to actual default branch by @sarina in #55
- build: Remove community-engineering CODEOWNERS by @timmc-edx in #67
- Update standard workflow files. by @feanil in #80
- fix: update pip-tools to 6.13.0 by @edx-requirements-bot in #89
- fix: Uncommented parameters in upgrade requirements workflow by @zubairshakoorarbisoft in #91
- Python Requirements Update by @edx-requirements-bot in #92
- build: added reviewers in dependabot config by @edx-requirements-bot in #93
- Python Requirements Update by @edx-requirements-bot in #97
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #96
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #95
- Python Requirements Update by @edx-requirements-bot in #98
- Python Requirements Update by @edx-requirements-bot in #99
- Python Requirements Update by @edx-requirements-bot in #101
- Python Requirements Update by @edx-requirements-bot in #102
- Python Requirements Update by @edx-requirements-bot in #104
- Python Requirements Update by @edx-requirements-bot in #110
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #111
- Python Requirements Update by @edx-requirements-bot in #113
- Python Requirements Update by @edx-requirements-bot in #117
- Python Requirements Update by @edx-requirements-bot in #124
- Python Requirements Update by @edx-requirements-bot in #127
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #128
- Python Requirements Update by @edx-requirements-bot in #129
- Python Requirements Update by @edx-requirements-bot in #135
- Python Requirements Update by @edx-requirements-bot in #136
- Python Requirements Update by @edx-requirements-bot in #137
- Python Requirements Update by @edx-requirements-bot in #139
- Python Requirements Update by @edx-requirements-bot in #140
- build: remove Arbi-BOM from tagging on upgrade PRs by @edx-requirements-bot in #145
- feat: add python311 support by @ichintanjoshi in #147
New Contributors
- @ericfab179 made their first contribution in #9
- @mzulqarnain1 made their first contribution in #10
- @syedimranhassan made their first contribution in #11
- @edx-semantic-release made their first contribution in #12
- @emZubair made their first contribution in #14
- @Jawayria made their first contribution in #20
- @sarina made their first contribution in #22
- @stvstnfrd made their first contribution in #23
- @edx-requirements-bot made their first contribution in #15
- @UsamaSadiq made their first contribution in #35
- @nedbat made their first contribution in #38
- @aht007 made their first contribution in #40
- @timmc-edx made their first contribution in #67
- @feanil made their first contribution in #80
- @zubairshakoorarbisoft made their first contribution in #91
- @dependabot made their first contribution in #96
- @ichintanjoshi made their first contribution in #147
Full Changelog: v0.5...v0.7
Added python 3.8 support
Merge pull request #8 from edx/py38-support Added support for python 3.8
Removed Django classifiers
Merge pull request #6 from edx/BOM-1102-Update bumped up the version
Add python 3 support
Update the version So that we can do a release that has python 3 support.