From f95c9cf053163fd03fac171b38942e9c9a80957c Mon Sep 17 00:00:00 2001 From: ghost-bot Date: Wed, 28 May 2025 12:26:16 +0000 Subject: [PATCH] chore(changelog): update changelog for v0.3.0 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613ace5..9947c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.3.0](https://git.0xmax42.io/maxp/systemd-timer/compare/v0.2.3..v0.3.0) - 2025-05-28 + +### 🚀 Features + +- *(cli)* Add options for user, home, and working directory - ([113103f](https://git.0xmax42.io/maxp/systemd-timer/commit/113103f368ead3014165cc708f016a04749f59be)) + +### 📚 Documentation + +- *(readme)* Expand CLI option descriptions for clarity - ([fb2a62d](https://git.0xmax42.io/maxp/systemd-timer/commit/fb2a62d984615caa4035fd5c1e8e64d245499e47)) ### ⚙️ Miscellaneous Tasks