Skip to content
Snippets Groups Projects
Commit 8a6de8af authored by michael.minelli's avatar michael.minelli
Browse files

Prepare for v3.3.0

parent a33ded68
No related branches found
No related tags found
1 merge request!4Update file README.md
Pipeline #28196 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -17,7 +17,22 @@ ...@@ -17,7 +17,22 @@
- No modifications / Keep major and minors versions in sync with all parts of the project - No modifications / Keep major and minors versions in sync with all parts of the project
--> -->
## 3.2.0 (???)
## 3.3.0 (???)
### ✨ Feature
- Add a run command on assignment (to run the assignment as an exercise)
- 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
- Add a new level of verbose for exercise / assignment run command
### 🐛 Bugfix
- Fix an error when providing template for assignment creation
## 3.2.0 (2023-12-19)
### ✨ Feature ### ✨ Feature
- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) - **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)
......
This diff is collapsed.
{ {
"name" : "dojo_cli", "name" : "dojo_cli",
"description" : "CLI of the Dojo project", "description" : "CLI of the Dojo project",
"version" : "3.2.0", "version" : "3.3.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/app.js", "main" : "dist/app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment