Release v0.6.0
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: Append work package link to gitlab description after creating a WP from a gitlab issue
|
||||
time: 2025-11-17T22:15:55.503651263+01:00
|
||||
3
.changes/v0.6.0.md
Normal file
3
.changes/v0.6.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v0.6.0 - 2025-11-18
|
||||
### Added
|
||||
* Append work package link to gitlab description after creating a WP from a gitlab issue
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -183,7 +183,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cl-cli"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"gitlab",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cl-cli"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
description = "Some helpers scripts for Champs-Libres"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Champs-Libres Helper",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "helper@champs-libres-coop",
|
||||
@@ -26,4 +26,4 @@
|
||||
"scripts": ["dist/background/background.js"],
|
||||
"type": "module"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web-extension",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user