Skip to content

Commit 60b9ca6

Browse files
committed
release: v1.2.0
1 parent 7a64949 commit 60b9ca6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

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+
312
## [1.1.0] - 2025-01-29
413

514
### 🐛 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 = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55

66
[package.metadata.winres]
77
ProductName = "Teams Status"
8-
ProductVersion = "1.1.0"
8+
ProductVersion = "1.2.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)