Skip to content

Commit 1522c6c

Browse files
authored
Merge pull request #4 from YoloDev/release-please/branches/main
2 parents 63f9d30 + 6f31118 commit 1522c6c

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"crates/discovery":"0.1.0","crates/entity-state":"0.1.0"}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/discovery/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2021-11-16)
4+
5+
6+
### Features
7+
8+
* rename proto and add entity-state ([28a6ce8](https://www.github.com/YoloDev/hass-rs/commit/28a6ce8fb36cf31b2f57d49d7a4ab31c867a33fd))

crates/discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hass-mqtt-discovery"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
edition = "2021"
55
description = "home-assistant MQTT discovery types"
66
license = "MIT"

crates/entity-state/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.1.0 (2021-11-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add EntityStateValue trait
9+
10+
### Features
11+
12+
* add EntityStateValue trait ([63f9d30](https://www.github.com/YoloDev/hass-rs/commit/63f9d30e32ea0fc682cec5ab905aa1231a368c4c))
13+
* rename proto and add entity-state ([28a6ce8](https://www.github.com/YoloDev/hass-rs/commit/28a6ce8fb36cf31b2f57d49d7a4ab31c867a33fd))

crates/entity-state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hass-entity-state"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
edition = "2021"
55
description = "home-assistant MQTT entity state types"
66
license = "MIT"

0 commit comments

Comments
 (0)