From 434dfd7a382873e0380da0bcc463267c3058f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 8 Dec 2023 10:52:29 +0100 Subject: [PATCH] v16.0.1 --- CHANGELOG.md | 9 +++++++++ changelog.d/20230320_152027_regis_changelog.md | 1 - changelog.d/20230519_161836_regis.md | 12 ------------ changelog.d/20230919_104436_regis_auto_mount.md | 1 - changelog.d/20231118_174413_codewithemad.md | 1 - changelog.d/20231123_114642_ivo.branco.md | 1 - changelog.d/20231206_174503_regis_orders_port.md | 1 - tutorecommerce/__about__.py | 2 +- 8 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 changelog.d/20230320_152027_regis_changelog.md delete mode 100644 changelog.d/20230519_161836_regis.md delete mode 100644 changelog.d/20230919_104436_regis_auto_mount.md delete mode 100644 changelog.d/20231118_174413_codewithemad.md delete mode 100644 changelog.d/20231123_114642_ivo.branco.md delete mode 100644 changelog.d/20231206_174503_regis_orders_port.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 291b2f3b..b4f9ed5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,3 +18,12 @@ instructions, because git commits are used to generate release notes: --> + + +## v16.0.1 (2023-12-08) + +- [Improvement] Add a changelog file to this plugin. (by @regisb) +- [Feature] Improve support of auto-mounted ecommerce repository. (by @regisb) +- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad) +- [Feature] Add patch ecommerce-dockerfile-pre-assets. (by @igobranco) +- [Bugfix] Switch ecommerce MFE port from 1996 to 7296, as it clashes with the new learner dashboard. (by @regisb) diff --git a/changelog.d/20230320_152027_regis_changelog.md b/changelog.d/20230320_152027_regis_changelog.md deleted file mode 100644 index 8971794e..00000000 --- a/changelog.d/20230320_152027_regis_changelog.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Add a changelog file to this plugin. (by @regisb) diff --git a/changelog.d/20230519_161836_regis.md b/changelog.d/20230519_161836_regis.md deleted file mode 100644 index a1bc2f75..00000000 --- a/changelog.d/20230519_161836_regis.md +++ /dev/null @@ -1,12 +0,0 @@ - - - - - \ No newline at end of file diff --git a/changelog.d/20230919_104436_regis_auto_mount.md b/changelog.d/20230919_104436_regis_auto_mount.md deleted file mode 100644 index 2e051b24..00000000 --- a/changelog.d/20230919_104436_regis_auto_mount.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Improve support of auto-mounted ecommerce repository. (by @regisb) diff --git a/changelog.d/20231118_174413_codewithemad.md b/changelog.d/20231118_174413_codewithemad.md deleted file mode 100644 index 952a3831..00000000 --- a/changelog.d/20231118_174413_codewithemad.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad) \ No newline at end of file diff --git a/changelog.d/20231123_114642_ivo.branco.md b/changelog.d/20231123_114642_ivo.branco.md deleted file mode 100644 index 6dad610c..00000000 --- a/changelog.d/20231123_114642_ivo.branco.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Add patch ecommerce-dockerfile-pre-assets. (by @igobranco) \ No newline at end of file diff --git a/changelog.d/20231206_174503_regis_orders_port.md b/changelog.d/20231206_174503_regis_orders_port.md deleted file mode 100644 index 9b1d3e44..00000000 --- a/changelog.d/20231206_174503_regis_orders_port.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Switch ecommerce MFE port from 1996 to 7296, as it clashes with the new learner dashboard. (by @regisb) diff --git a/tutorecommerce/__about__.py b/tutorecommerce/__about__.py index 5e5e9109..610c1115 100644 --- a/tutorecommerce/__about__.py +++ b/tutorecommerce/__about__.py @@ -1 +1 @@ -__version__ = "16.0.0" +__version__ = "16.0.1"