Skip to content

Commit 4a0acea

Browse files
chore(master): release 0.2.1
1 parent 763185e commit 4a0acea

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/kWAYTV/rust-commit-tracker/compare/v0.2.0...v0.2.1) (2025-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** update database path description to include 'url' ([5738f46](https://github.com/kWAYTV/rust-commit-tracker/commit/5738f46ed0e404d6379be6a4a30c414f53b49dbd))
9+
* **config:** validate Discord webhook URL and update README instructions ([763185e](https://github.com/kWAYTV/rust-commit-tracker/commit/763185ee5625c7313fafa0cb9edb3559e8012c80))
10+
311
## [0.2.0](https://github.com/kWAYTV/rust-commit-tracker/compare/v0.1.1...v0.2.0) (2025-05-28)
412

513

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-commit-tracker"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
description = "A Rust application that monitors Facepunch's Rust game commits and sends Discord notifications"
66
license = "MIT"

0 commit comments

Comments
 (0)