From 307d18fa4df84740966b394f7ce5eebbcef329df Mon Sep 17 00:00:00 2001 From: ghost-bot Date: Sun, 11 May 2025 12:41:07 +0000 Subject: [PATCH] chore(changelog): update unreleased changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eedcb0..ac0a324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,23 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### 🚀 Features + +- *(cli)* Add verbose option to status command - ([719f257](https://git.0xmax42.io/maxp/repoCat/commit/719f2577390ed5b374d240fe6eecd527b31c587a)) +- *(models)* Add catalog and filesystem utilities - ([eb5bf52](https://git.0xmax42.io/maxp/repoCat/commit/eb5bf52f2fd00d07a1642c67ff65671a4479108f)) + ### 🐛 Bug Fixes - *(scripts)* Update nightly version suffix format - ([c596f46](https://git.0xmax42.io/maxp/repoCat/commit/c596f46389c2ea88dbf5699fc41a5d7107827d55)) +### 🚜 Refactor + +- *(cli)* Streamline repository status logic - ([55e79d2](https://git.0xmax42.io/maxp/repoCat/commit/55e79d224fb8eed83a0d5e4e1256f4f78d4a5390)) +- *(review)* Streamline repo review logic and data handling - ([68b3233](https://git.0xmax42.io/maxp/repoCat/commit/68b3233fcb97b424efa565b938451640dd31b1d2)) +- *(cli)* Use RepoCatalogState for repository operations - ([9bff626](https://git.0xmax42.io/maxp/repoCat/commit/9bff626f3062eb0413735e170c0a346f0946a84d)) +- *(cli)* Simplify repository cleaning logic - ([458d965](https://git.0xmax42.io/maxp/repoCat/commit/458d965062498bbf4b027243f2ab0ffe7636c456)) +- *(archive)* Streamline repository archiving logic - ([d3ee7ee](https://git.0xmax42.io/maxp/repoCat/commit/d3ee7ee63d2a0319243f826eea3b98fd95a6b9a6)) + ## [0.1.0] - 2025-05-11 ### 🚀 Features