From 9787c73a21b06d93aed5463a609082b396bc04dc Mon Sep 17 00:00:00 2001 From: ghost-bot Date: Wed, 23 Jul 2025 11:39:30 +0000 Subject: [PATCH] chore(changelog): update unreleased changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e448c..0f6c595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,20 @@ All notable changes to this project will be documented in this file. ### 🚀 Features +- *(git_patch_parser)* Add Git patch parsing functionality - ([d3b4dc1](https://git.0xmax42.io/maxp/repoCat/commit/d3b4dc11fb36573ddbfc0b09db45db2c59ca77a6)) +- *(models)* Add configuration and lock models for patch management - ([c90fa6e](https://git.0xmax42.io/maxp/repoCat/commit/c90fa6e39f2c457f3b1c05167e56385024f3ac5e)) - Initializes project with basic configuration and structure - ([6b51705](https://git.0xmax42.io/maxp/repoCat/commit/6b51705a9ee3a7b1336106e6e1faeb9e3a6f51a9)) - Adds script to sync version from pyproject.toml - ([c31905c](https://git.0xmax42.io/maxp/repoCat/commit/c31905c43c558acf5b7c7322ae8f50f3e790ef4d)) ### 📚 Documentation +- *(models)* Add docstrings for configuration and lock models - ([f34c5e7](https://git.0xmax42.io/maxp/repoCat/commit/f34c5e7bcb29797be082f532655d45d29a8cce22)) +- *(todo)* Add initial feature checklist for patchman - ([312f09a](https://git.0xmax42.io/maxp/repoCat/commit/312f09a2d7ab2a580a1308aaa748fb791def1e1a)) - Adds TODO file - ([b5bc63f](https://git.0xmax42.io/maxp/repoCat/commit/b5bc63fd6c982a691d8800d0c373bf8fc936f20d)) ### ⚙️ Miscellaneous Tasks +- *(gitignore)* Add __pycache__ to ignore list - ([45da0ab](https://git.0xmax42.io/maxp/repoCat/commit/45da0aba81f441ba3be02f826cec51481cd5e21c)) - Adds VS Code settings for Python and UI - ([9c07262](https://git.0xmax42.io/maxp/repoCat/commit/9c07262c230b4fe02a558486a78e4e48d1984d76)) - *(ci)* Adds nightly and release build workflows - ([2773984](https://git.0xmax42.io/maxp/repoCat/commit/2773984dcbc99b49ad940d0bb9f864f616b19c08))