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

Prepare for v5.0.1

parent 8e4bf148
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,16 @@ ...@@ -17,7 +17,16 @@
- 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
--> -->
## 5.0.0 (Upcoming) ## 5.0.1 (2025-02-25)
### 🐛 Bugfix
- Fix some bugs related to assignments / exercises deletion
### 🔨 Internal / Developers
- Adminer: Style migration to dracula theme
## 5.0.0 (2024-10-21)
### ✨ Feature ### ✨ Feature
- Add possibility of self-host the solution - Add possibility of self-host the solution
......
openapi: 3.1.0 openapi: 3.1.0
info: info:
title: Dojo API title: Dojo API
version: 5.0.0 version: 5.0.1
description: | description: |
**Backend API of the Dojo project.** **Backend API of the Dojo project.**
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ {
"name" : "dojo_backend_api", "name" : "dojo_backend_api",
"description" : "Backend API of the Dojo project", "description" : "Backend API of the Dojo project",
"version" : "5.0.0", "version" : "5.0.1",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/src/app.js", "main" : "dist/src/app.js",
......
Subproject commit de8af98ab1085f83a5756e797812b400298689dd Subproject commit 3605016ce0adf45698057bbe0a12bb658fe6bda0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment