Skip to content

Commit

Permalink
chore: release v0.0.7
Browse files Browse the repository at this point in the history
* (HGlab01) add logs for "address already in use"-issue
  • Loading branch information
HGlab01 committed Oct 5, 2023
1 parent 772daed commit 1e61301
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 20 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Enhancement Request
about: Request new functionality
title: ''
labels: enhancement
assignees: HGlab01

---

**!!! Before you start !!!!**
Verify if there is not already an issue requesting the same Enhancement

**Describe wanted Enhancement !**
A clear description of the wanted functionality

**Why should we put effort in it ?**
Please add some additional information why this Enhancement should be integrated

**Additional context**
Add any other context about the problem here.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Bug report
about: Something is not working as it should
title: ''
labels: ''
assignees: ''
labels: bug
assignees: HGlab01

---

**Describe the bug**
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Question/support
about: I have a question or I need support
title: ''
labels: support
assignees: HGlab01

---

**Let me know how I can help you **
A clear description of the wanted functionality
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ onStop(function (callback) {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.0.7-alpha.0 (2023-10-05)
### 0.0.7 (2023-10-05)
* (HGlab01) add logs for "address already in use"-issue

### 0.0.6 (2023-09-18)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tinymqttbroker",
"version": "0.0.7-alpha.0",
"version": "0.0.7",
"news": {
"0.0.7": {
"en": "add logs for \"address already in use\"-issue",
"de": "protokolle für \"adresse bereits im gebrauch\"-ausgabe hinzufügen",
"ru": "добавить журналы для \"адрес уже в использовании\"-выдача",
"pt": "adicionar logs para \"endereço já em uso\"-edição",
"nl": "voeg logboeken toe voor \"adress al in gebruik\"",
"fr": "ajouter des journaux pour \"address already in use\"-issue",
"it": "aggiungere i log per \"indirizzo già in uso\"-problema",
"es": "añadir registros para \"address already in use\"-issue",
"pl": "dodać do litery „adres” już w użyciu",
"uk": "додати журнали для \"роздягання вже у використанні\"-виготовки",
"zh-cn": "增加“已经使用过的处理”的逻辑"
},
"0.0.7-alpha.0": {
"en": "add logs for \"address already in use\"-issue",
"de": "protokolle für \"adresse bereits im gebrauch\"-ausgabe hinzufügen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "pierwsze wydanie",
"uk": "перший реліз",
"zh-cn": "首次释放"
},
"0.0.5-alpha.0": {
"en": "first release",
"de": "erste veröffentlichung",
"ru": "первый релиз",
"pt": "primeiro lançamento",
"nl": "eerste vrijlating",
"fr": "première version",
"it": "primo rilascio",
"es": "primera liberación",
"pl": "pierwsze wydanie",
"uk": "перший реліз",
"zh-cn": "首次释放"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tinymqttbroker",
"version": "0.0.7-alpha.0",
"version": "0.0.7",
"description": "tinymqttbroker",
"author": {
"name": "HGlab01",
Expand Down

0 comments on commit 1e61301

Please sign in to comment.