Skip to content

Commit aa7b68a

Browse files
committed
release: v1.0.0
1 parent 939fd4b commit aa7b68a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Teams Status - RS
22

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+
313
## [0.5.0] - 2024-04-11
414

515
### 🐛 Bug Fixes

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "teams_status"
3-
version = "0.5.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
[package.metadata.winres]
77
ProductName = "Teams Status"
8-
ProductVersion = "0.5.0"
8+
ProductVersion = "1.0.0"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

0 commit comments

Comments
 (0)