Releases: open-craft/problem-builder
Releases · open-craft/problem-builder
v5.1.4
What's Changed
- Add support for django 4.2 by @irtazaakram in #359
New Contributors
- @irtazaakram made their first contribution in #359
Full Changelog: v5.1.3...v5.1.4
v5.1.3
What's Changed
- fix: do not use the
runtime.replace_urls
when the runtime is not ready by @Agrendalath in #349
New Contributors
- @opencraft-requirements-bot made their first contribution in #339
Full Changelog: v5.1.2...v5.1.3
Restore static files in Python package
What's Changed
- fix: include static files in Python package by @Agrendalath in #338
Full Changelog: v5.1.1...v5.1.2
Migrate to GitHub Actions
What's Changed
- build: migrate to GitHub Actions [BB-7150] by @Agrendalath in #335
- build: fix description content type by @Agrendalath in #336
Full Changelog: v5.1.0...v5.1.1
v5.1.0
This release adds support for celery 5.x.
v5.0.0
fix: handle deleted questions
fix: handle deleted questions (#328) Step builder was raising `ValueError` if a question was deleted by the course author.