Skip to content

Commit 58a2ff1

Browse files
committed
release: v0.4.1 with rust v1.77
1 parent 3e7fdf9 commit 58a2ff1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.1] - 2024-03-27
4+
5+
### 🐛 Bug Fixes
6+
- Ensure MQTT is reconnected upon connection failure, fixes #19
7+
8+
### ⚙️ Miscellaneous Tasks
9+
- Convert from using release-plz to git-cliff as it fits my needs better for this type of application
10+
- Update dependencies
11+
12+
### Release
13+
- V0.4.1 with rust v1.77
14+
15+
316
## [0.4.0] - 2024-03-13
417

518
### 🚀 Features

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.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55

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

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

0 commit comments

Comments
 (0)