From 73acb97d445d678c009405d53c78373c7927d4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Wed, 21 Feb 2024 00:21:34 +0100 Subject: [PATCH] CHANGELOG => Add upcoming 3.5.0 version --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29be758..97bb614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,23 @@ --> -## 3.4.0 (???) +## 3.5.0 (???) + +Functionalities of this version will be split into multiple minor versions for scheduling reasons. + +### ✨ Feature +- Link a commit of an exercise as a corrige of an assignment +- **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh) + +### 🔨 Internal / Developers +- Move all gitlab API calls to GitBreaker library +- SonarQube integration + +### 📚 Documentation +- Migration from Wiki to static web site + + +## 3.4.0 (2023-01-23) ### ✨ Feature - Limit of 2 exercises by user -- GitLab