From edac566fefa239bbfde2bc9298419d7e852a6cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 7 Dec 2023 10:35:28 +0100 Subject: [PATCH] v16.1.3 --- CHANGELOG.md | 7 +++++++ changelog.d/20231004_141842_codewithemad_test_lint.md | 1 - changelog.d/20231205_164707_regis_fix_3rd_party_build.md | 1 - changelog.d/20231206_170625_regis_get_mfe.md | 1 - tutormfe/__about__.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/20231004_141842_codewithemad_test_lint.md delete mode 100644 changelog.d/20231205_164707_regis_fix_3rd_party_build.md delete mode 100644 changelog.d/20231206_170625_regis_get_mfe.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c7fc61..497463be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes: + +## v16.1.3 (2023-12-07) + +- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad) +- [Bugfix] Fix image build/pull/push when 3rd-party microfrontends are bind-mounted. (by @regisb) +- [Feature] Introduce a `get_mfe(name)` template function to make it easier to write patches. (by @regisb) + ## v16.1.2 (2023-11-06) diff --git a/changelog.d/20231004_141842_codewithemad_test_lint.md b/changelog.d/20231004_141842_codewithemad_test_lint.md deleted file mode 100644 index 81ca4f19..00000000 --- a/changelog.d/20231004_141842_codewithemad_test_lint.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad) \ No newline at end of file diff --git a/changelog.d/20231205_164707_regis_fix_3rd_party_build.md b/changelog.d/20231205_164707_regis_fix_3rd_party_build.md deleted file mode 100644 index 587b36c8..00000000 --- a/changelog.d/20231205_164707_regis_fix_3rd_party_build.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix image build/pull/push when 3rd-party microfrontends are bind-mounted. (by @regisb) diff --git a/changelog.d/20231206_170625_regis_get_mfe.md b/changelog.d/20231206_170625_regis_get_mfe.md deleted file mode 100644 index 65c77228..00000000 --- a/changelog.d/20231206_170625_regis_get_mfe.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Introduce a `get_mfe(name)` template function to make it easier to write patches. (by @regisb) diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py index c79efc0d..ce2be6bd 100644 --- a/tutormfe/__about__.py +++ b/tutormfe/__about__.py @@ -1 +1 @@ -__version__ = "16.1.2" +__version__ = "16.1.3"