From 783fa30424bed77090f1474d0ca6149f7fb2448c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 11 Jan 2024 11:49:33 +0100 Subject: [PATCH] CHANGELOG => Add upcoming 3.3.0 version --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299ae85..d947d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,22 @@ **⚠️ Deprecation:** --> -## 3.2.0 (???) + +## 3.3.0 (???) + +### ✨ Feature +- **CLI**: Add a run command on assignment (to run the assignment as an exercise) +- **CLI**: Show an information message when a new version of the CLI is available (and not required) +- Add a new optional field on `results.json` file to provide some flexible informations display for the teaching staff + +### 🎨 Interface +- **CLI**: Add a new level of verbose for exercise / assignment run command + +### 🐛 Bugfix +- **CLI**: Fix an error when providing template for assignment creation + + +## 3.2.0 (2023-12-19) ### ✨ Feature - **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) -- GitLab