From 7ca9a2d1fd8750120a4aa1ba28a781bcbe244c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 10 Dec 2024 11:38:39 +0100 Subject: [PATCH] v18.1.0 --- CHANGELOG.md | 11 +++++++++++ changelog.d/20241113_224236_hina.khadim.md | 1 - .../20241119_121705_dawoud.sheraz_branch_rename.md | 3 --- tutormfe/__about__.py | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20241113_224236_hina.khadim.md delete mode 100644 changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 43744d8c..2d03b645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes: + +## v18.1.0 (2024-12-10) + +- 💥[Feature] Rename course-authoring MFE to "authoring". Existing URLs are redirected for backward compatibility. (by @regisb) +- [Feature] Upgrade to Node 20. (by @arbrandes) +- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes) +- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim) +- 💥[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.2 (2024-10-29) diff --git a/changelog.d/20241113_224236_hina.khadim.md b/changelog.d/20241113_224236_hina.khadim.md deleted file mode 100644 index 24bce687..00000000 --- a/changelog.d/20241113_224236_hina.khadim.md +++ /dev/null @@ -1 +0,0 @@ -- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim) \ No newline at end of file diff --git a/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md deleted file mode 100644 index fb6e264c..00000000 --- a/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md +++ /dev/null @@ -1,3 +0,0 @@ -- 💥[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. \ No newline at end of file diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py index 93eb58ca..c84c510d 100644 --- a/tutormfe/__about__.py +++ b/tutormfe/__about__.py @@ -1 +1 @@ -__version__ = "18.0.2" +__version__ = "18.1.0"