From a8ac4b1f2a12e2ae4e14d20b76cf76fca1281f2c Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Tue, 7 Oct 2025 09:36:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(PRLOG):=20update=20PRLOG=20?= =?UTF-8?q?with=20unreleased=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add new "Add" section to highlight new features - include feat(cli): add config subcommand for end-of-life rules(pr [#34]) - remove redundant merge commit entry --- PRLOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PRLOG.md b/PRLOG.md index 9040128..65a41ba 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## Add + +- ✨ feat(cli): add config subcommand for end-of-life rules(pr [#34]) + + ### Changed - 📝 docs(PRLOG)-update PRLOG.md(pr [#33]) -- Merge branch 'implement-config-subcommand' of github.com:jerus-org/cull-gmail(pr [#34]) ## [0.0.4] - 2025-10-07