From 8ff8357969b8ff88b4e2e457d9ede0c8d62b891b 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/20240920_143739_regis_authoring_rename.md | 1 - .../20241010_090821_arbrandes_node_20_upgrade.md | 2 -- ...241111_172451_arbrandes_frontend_plugin_support.md | 1 - changelog.d/20241113_224236_hina.khadim.md | 1 - .../20241119_121705_dawoud.sheraz_branch_rename.md | 3 --- tutormfe/__about__.py | 2 +- 7 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/20240920_143739_regis_authoring_rename.md delete mode 100644 changelog.d/20241010_090821_arbrandes_node_20_upgrade.md delete mode 100644 changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md 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/20240920_143739_regis_authoring_rename.md b/changelog.d/20240920_143739_regis_authoring_rename.md deleted file mode 100644 index 377e5242..00000000 --- a/changelog.d/20240920_143739_regis_authoring_rename.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Feature] Rename course-authoring MFE to "authoring". Existing URLs are redirected for backward compatibility. (by @regisb) diff --git a/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md b/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md deleted file mode 100644 index 17ea5056..00000000 --- a/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md +++ /dev/null @@ -1,2 +0,0 @@ - -- [Feature] Upgrade to Node 20. (by @arbrandes) diff --git a/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md b/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md deleted file mode 100644 index 4248ed29..00000000 --- a/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes) 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"