Files
patchman/CHANGELOG.md

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • (git_patch_parser) Add Git patch parsing functionality - (d3b4dc1)
  • (models) Add configuration and lock models for patch management - (c90fa6e)
  • Initializes project with basic configuration and structure - (6b51705)
  • Adds script to sync version from pyproject.toml - (c31905c)

📚 Documentation

  • (models) Add docstrings for configuration and lock models - (f34c5e7)
  • (todo) Add initial feature checklist for patchman - (312f09a)
  • Adds TODO file - (b5bc63f)

⚙️ Miscellaneous Tasks

  • (gitignore) Add pycache to ignore list - (45da0ab)
  • Adds VS Code settings for Python and UI - (9c07262)
  • (ci) Adds nightly and release build workflows - (2773984)