diff --git a/PRLOG.md b/PRLOG.md index ab2b564..651d232 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- ✨ add optional rules path argument to cli(pr [#110]) + ## [0.0.16] - 2025-10-30 ### Added @@ -342,6 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#107]: https://github.com/jerus-org/cull-gmail/pull/107 [#108]: https://github.com/jerus-org/cull-gmail/pull/108 [#109]: https://github.com/jerus-org/cull-gmail/pull/109 +[#110]: https://github.com/jerus-org/cull-gmail/pull/110 +[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD [0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15 [0.0.14]: https://github.com/jerus-org/cull-gmail/compare/v0.0.13...v0.0.14