We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939fd4b commit aa7b68aCopy full SHA for aa7b68a
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Teams Status - RS
2
3
+## [1.0.0] - 2024-04-12
4
+
5
+### ⚡ Performance
6
+- Concurrent HA API calls
7
+- Only update HA API for states that have changed
8
9
+### ⚙️ Miscellaneous Tasks
10
+- Remove duplicates from CHANGELOG.md
11
12
13
## [0.5.0] - 2024-04-11
14
15
### 🐛 Bug Fixes
Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "teams_status"
-version = "0.5.0"
+version = "1.0.0"
edition = "2021"
[package.metadata.winres]
ProductName = "Teams Status"
-ProductVersion = "0.5.0"
+ProductVersion = "1.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments