diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bb614fe93a378f6289bae7d2901a4d29eba0b5..6450b2f546f1a961ccaaad5b5e72541251bfbc22 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)