Skip to content

Commit 8cee74d

Browse files
feat: add documentation and fix base images (#3)
1 parent 8319665 commit 8cee74d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ All notable changes to this project will be documented in the [CHANGELOG.md](has
3939
4040
Version for releases is based on [lxp-bridge](https://github.com/celsworth/lxp-bridge/) format: `X.Y.Z`.
4141

42-
Any changes on the addon that do not require a new version of Zigbee2MQlxp-bridgeTT will use the format: `X.Y.Z-A` where `X.Y.Z` is fixed on the lxp-bridge release version and `A` is related to the addon.
42+
Any changes on the addon that do not require a new version of lxp-bridge will use the format: `X.Y.Z-A` where `X.Y.Z` is fixed on the lxp-bridge release version and `A` is related to the addon.
4343

4444
Edge version will not maintain a CHANGELOG and doesn't have a version.

lxp-bridge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 0.10.0-1
2+
- Add installation documentation
3+
- Switch debian base images to bullseye
4+
15
## 0.10.0
26
- Updated lxp-bridge to version [`0.10.0`](https://github.com/celsworth/lxp-bridge/releases/tag/v0.10.0)

lxp-bridge/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lxp-bridge
22
description: "lxp-bridge addon"
3-
version: 0.10.0
3+
version: 0.10.0-1
44
stage: stable
55
slug: lxp-bridge
66
init: false

0 commit comments

Comments
 (0)