Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0-rc.1 (2024-03-25)

### ⚠ BREAKING CHANGES

* its now possible to configure multiple units

### Features ✨

* adding semantic-release ([601969d](601969d))
* its now possible to configure multiple units ([00479e5](00479e5))

### Bug Fixes 🐛

* create new devcontainer file for intellij ([2102f43](2102f43))
* move renovatefile to github folder ([56de325](56de325))
* reformat code ([2afbc9e](2afbc9e))
* remove old files ([9c80035](9c80035))
* rename scripts files ([6f51307](6f51307))

### Continuous Integration 🔧

* add changelog generator ([d5ce528](d5ce528))
* refactor devcontainer image ([f696176](f696176))
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent 6ba73ca commit c95a859
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/divera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requirements": [
"requests==2.31.0"
],
"version": "0.0.0"
}
"version": "1.0.0-rc.1"
}
26 changes: 26 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## 1.0.0-rc.1 (2024-03-25)


### ⚠ BREAKING CHANGES

* its now possible to configure multiple units

### Features :sparkles:

* adding semantic-release ([601969d](https://github.com/fwmarcel/home-assistant-divera/commit/601969d26dc29d51113f77aaa6f5f0ad553d1ff1))
* its now possible to configure multiple units ([00479e5](https://github.com/fwmarcel/home-assistant-divera/commit/00479e56cd5511af6871ea1ad62d4e6d86ac446d))


### Bug Fixes :bug:

* create new devcontainer file for intellij ([2102f43](https://github.com/fwmarcel/home-assistant-divera/commit/2102f43ea669768b76289d0c7c91e209a62e754b))
* move renovatefile to github folder ([56de325](https://github.com/fwmarcel/home-assistant-divera/commit/56de3254fb3076b6ec64276953eac5017fc892a4))
* reformat code ([2afbc9e](https://github.com/fwmarcel/home-assistant-divera/commit/2afbc9e7ae9f0cf4f63d40af3c22000f1e392c90))
* remove old files ([9c80035](https://github.com/fwmarcel/home-assistant-divera/commit/9c800359525a34b9e730bcd2d293e0af452afe06))
* rename scripts files ([6f51307](https://github.com/fwmarcel/home-assistant-divera/commit/6f51307124131d99bca1643e1fc0fd2eb1a07bf1))


### Continuous Integration :wrench:

* add changelog generator ([d5ce528](https://github.com/fwmarcel/home-assistant-divera/commit/d5ce52803645e46a507deae2641601131495c158))
* refactor devcontainer image ([f696176](https://github.com/fwmarcel/home-assistant-divera/commit/f6961762fb1a7647586e6e4844f8c9d6be7ff3bb))

0 comments on commit c95a859

Please sign in to comment.