From b9a68dc605100c257a56b9bb949aee60d5a89763 Mon Sep 17 00:00:00 2001 From: Muhammad Faraz Maqsood Date: Thu, 30 Nov 2023 17:13:22 +0500 Subject: [PATCH] v16.1.0 --- CHANGELOG.md | 11 +++++++++++ changelog.d/20231118_132819_codewithemad.md | 1 - changelog.d/20231121_114409_regis_fix_nodeenv.md | 1 - ...231124_152344_faraz.maqsood_fix_missing_configs.md | 1 - changelog.d/20231130_110806_regis_simplify.md | 1 - tutorcredentials/__about__.py | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20231118_132819_codewithemad.md delete mode 100644 changelog.d/20231121_114409_regis_fix_nodeenv.md delete mode 100644 changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md delete mode 100644 changelog.d/20231130_110806_regis_simplify.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 551b24b..cae32e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes: + +## v16.1.0 (2023-11-30) + +- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad) + +- [Bugfix] Fix build error due to outdated nodeenv. (by @regisb) + +- [Bugfix] Added missing default configs that were missed during merge. (by @Faraz32123) + +- 💥[Improvement] Simplify plugin settings. As a consequence, many marketing settings are deprecated. If they were useful to you, you can override them using the "credentials-settings-common" patch. (by @regisb) + ## v16.0.3 (2023-11-21) diff --git a/changelog.d/20231118_132819_codewithemad.md b/changelog.d/20231118_132819_codewithemad.md deleted file mode 100644 index 952a383..0000000 --- a/changelog.d/20231118_132819_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/20231121_114409_regis_fix_nodeenv.md b/changelog.d/20231121_114409_regis_fix_nodeenv.md deleted file mode 100644 index e26ebdc..0000000 --- a/changelog.d/20231121_114409_regis_fix_nodeenv.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Fix build error due to outdated nodeenv. (by @regisb) diff --git a/changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md b/changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md deleted file mode 100644 index e50db6c..0000000 --- a/changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Added missing default configs that were missed during merge. (by @Faraz32123) \ No newline at end of file diff --git a/changelog.d/20231130_110806_regis_simplify.md b/changelog.d/20231130_110806_regis_simplify.md deleted file mode 100644 index 0bdf2f4..0000000 --- a/changelog.d/20231130_110806_regis_simplify.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Improvement] Simplify plugin settings. As a consequence, many marketing settings are deprecated. If they were useful to you, you can override them using the "credentials-settings-common" patch. (by @regisb) diff --git a/tutorcredentials/__about__.py b/tutorcredentials/__about__.py index c7d74af..5d194c7 100644 --- a/tutorcredentials/__about__.py +++ b/tutorcredentials/__about__.py @@ -1 +1 @@ -__version__ = "16.0.3" +__version__ = "16.1.0"