Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 2.01 KB

Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v19.0.0 (2024-12-09)

  • 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)

  • 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Abdul-Muqadim-Arbisoft)

  • 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):

    • Rename master to release, as this branch runs the latest official Open edX release tag.
    • Rename nightly to main, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.

v18.0.0 (2024-06-20)

  • 💥[Feature] Upgrade to Redwood. (by @Abdul-Muqadim-Arbisoft)

v17.0.1 (2024-06-18)

  • [Bugfix] Fix command clearing in context parent, simplifying the context handling. (by @Abdul-Muqadim-Arbisoft)

v17.0.0 (2023-12-09)

  • 💥 [Feature] Upgrade to Quince (by @hinakhadim).

v16.0.1 (2023-12-08)

  • [Improvement] Add a scriv-compliant changelog. (by @regisb)
  • [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)