Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGS committed Apr 12, 2024
1 parent 939fd4b commit aa7b68a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Teams Status - RS

## [1.0.0] - 2024-04-12

### ⚡ Performance
- Concurrent HA API calls
- Only update HA API for states that have changed

### ⚙️ Miscellaneous Tasks
- Remove duplicates from CHANGELOG.md


## [0.5.0] - 2024-04-11

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit aa7b68a

Please sign in to comment.