From b884b5de7c0eac59ae405f82eecfc748b5bab5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Mon, 26 Feb 2024 16:48:22 +0100 Subject: [PATCH] Changelog => Add upcoming 3.6.0 version --- CHANGELOG.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bb614..6450b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,23 +15,33 @@ --> -## 3.5.0 (???) - -Functionalities of this version will be split into multiple minor versions for scheduling reasons. +## 3.6.0 (???) ### ✨ Feature -- Link a commit of an exercise as a corrige of an assignment +- Add features related to corrige (commentary, commit specific link / update, delete link) - **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh) +- **CLI**: Add "dojo upgrade" command to open the browser on the latest release page + +### 🎨 Interface +- **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden) ### 🔨 Internal / Developers - Move all gitlab API calls to GitBreaker library - SonarQube integration +- Dependencies update +- **API**: Multi-process start is disabled where it is not in a production environment ### 📚 Documentation - Migration from Wiki to static web site -## 3.4.0 (2023-01-23) +## 3.5.0 (2024-02-26) + +### ✨ Feature +- Link a commit of an exercise as a correction of an assignment + + +## 3.4.0 (2024-01-23) ### ✨ Feature - Limit of 2 exercises by user @@ -43,7 +53,7 @@ Functionalities of this version will be split into multiple minor versions for s - **CLI CI/CD**: Fix deletion of packages on release -## 3.3.0 (2023-01-18) +## 3.3.0 (2024-01-18) ### ✨ Feature - **CLI**: Add a run command on assignment (to run the assignment as an exercise) @@ -58,7 +68,7 @@ Functionalities of this version will be split into multiple minor versions for s - **CLI**: Fix docker daemon detection error (thanks to @tom.andrivet) -## 3.2.0 (2023-12-19) +## 3.2.0 (2024-12-19) ### ✨ Feature - **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) -- GitLab