We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a64949 commit 60b9ca6Copy full SHA for 60b9ca6
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Teams Status - RS
2
3
+## [1.2.0] - 2025-02-06
4
+
5
+### 🚀 Features
6
+- Prevent opening of the same exe multiple times
7
8
+### ⚙️ Miscellaneous Tasks
9
+- Update deps
10
11
12
## [1.1.0] - 2025-01-29
13
14
### 🐛 Bug Fixes
Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "teams_status"
-version = "1.1.0"
+version = "1.2.0"
edition = "2021"
[package.metadata.winres]
ProductName = "Teams Status"
-ProductVersion = "1.1.0"
+ProductVersion = "1.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments