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

Prepare for v4.2.0

parent 7cd5f733
No related branches found
No related tags found
No related merge requests found
Pipeline #32707 passed
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
- 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
--> -->
## 4.2.0 (Upcoming)
### ✨ Feature
- Add support for tags on assignments and exercises
## 4.1.1 (2024-05-28) ## 4.1.1 (2024-05-28)
...@@ -27,7 +32,7 @@ ...@@ -27,7 +32,7 @@
## 4.1.0 (2024-05-28) ## 4.1.0 (2024-05-28)
### ✨ Feature ### ✨ Feature
- Add features related to corrige (commentary, commit specific link / update, delete link) - Add features related to corrige (commentary, commit a specific link / update, delete link)
### 🎨 Interface ### 🎨 Interface
- Ask for confirmation before creating an exercise that already exists - Ask for confirmation before creating an exercise that already exists
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MaterialThemeProjectNewConfig">
<option name="metadata">
<MTProjectMetadataState>
<option name="userId" value="104e8585:19002424fea:-7f91" />
</MTProjectMetadataState>
</option>
</component>
</project>
\ No newline at end of file
{ {
"name": "dojo_cli", "name": "dojo_cli",
"version": "4.1.1", "version": "4.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_cli", "name": "dojo_cli",
"version": "4.1.1", "version": "4.2.0",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^0.44.1", "@dotenvx/dotenvx": "^0.44.1",
......
{ {
"name" : "dojo_cli", "name" : "dojo_cli",
"description" : "CLI of the Dojo project", "description" : "CLI of the Dojo project",
"version" : "4.1.1", "version" : "4.2.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