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

Move from v3.5.1 to 3.6.0

parent 6574c4c6
No related branches found
No related tags found
1 merge request!10Resolve "Add sonar integration"
Pipeline #29778 passed
...@@ -18,16 +18,23 @@ ...@@ -18,16 +18,23 @@
--> -->
## 3.5.1 (???) ## 3.6.0 (???)
### ✨ Feature ### ✨ Feature
- **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh) - Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
- Add "dojo upgrade" command to open the browser on the latest release page
- Add features related to corrige (commentary, commit specific link / update, delete link)
### 🎨 Interface ### 🎨 Interface
- **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden) - Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden)
### 🔨 Internal / Developers ### 🔨 Internal / Developers
- SonarQube integration - SonarQube integration
- Migration to GitBreaker library for all Gitlab API calls
- Dependencies update
### 🐛 Bugfix
- Fix no response when Authorization header is missing
## 3.5.0 (2024-02-21) ## 3.5.0 (2024-02-21)
......
{ {
"name": "dojo_cli", "name": "dojo_cli",
"version": "3.5.1", "version": "3.6.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dojo_cli", "name": "dojo_cli",
"version": "3.5.1", "version": "3.6.0",
"license": "AGPLv3", "license": "AGPLv3",
"dependencies": { "dependencies": {
"@gitbeaker/rest": "^39.34.3", "@gitbeaker/rest": "^39.34.3",
......
{ {
"name" : "dojo_cli", "name" : "dojo_cli",
"description" : "CLI of the Dojo project", "description" : "CLI of the Dojo project",
"version" : "3.5.1", "version" : "3.6.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