Files
repoCat/CHANGELOG.md

64 lines
4.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
### 🚀 Features
- *(workflows)* Add cleanup step for old dev versions - ([aff319c](https://git.0xmax42.io/maxp/repoCat/commit/aff319cc5f5c8f954367a6a6b89c84ece6b19f4e))
- *(scripts)* Add script to clean old PyPI dev versions - ([fc8b885](https://git.0xmax42.io/maxp/repoCat/commit/fc8b885214b1f5b1d9dcff20612a583aca89f6f9))
### ⚙️ Miscellaneous Tasks
- *(scripts)* Update file mode to make script executable - ([c2013fc](https://git.0xmax42.io/maxp/repoCat/commit/c2013fc20538a377fc5de45bd384b6ac438fb61c))
- *(scripts)* Rename cleanup script for broader usage - ([1163744](https://git.0xmax42.io/maxp/repoCat/commit/1163744af9a3d908d6e7dbb716818bd67ec76a63))
- *(gitignore)* Update ignored files for environment and build - ([7067f08](https://git.0xmax42.io/maxp/repoCat/commit/7067f0872bdd8b456d52b3f9dab4834fd0798977))
## [0.2.0](https://git.0xmax42.io/maxp/repoCat/compare/v0.1.0..v0.2.0) - 2025-05-11
### 🚀 Features
- *(deps)* Add click dependency and update poetry lockfile - ([ef6ac68](https://git.0xmax42.io/maxp/repoCat/commit/ef6ac68f4b8a7423c4015d893647d704c0544f2c))
- *(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
- *(ci)* Add workflows for automated releases and nightly builds - ([078948f](https://git.0xmax42.io/maxp/repoCat/commit/078948fda1f7c17b7eec25b1cc947ee0f51f1430))
- *(workflows)* Add cache restore step to build process - ([81459d6](https://git.0xmax42.io/maxp/repoCat/commit/81459d631f8dc1aff1cac6f992b32ba081f95d43))
- *(poetry)* Add twine to development dependencies - ([bf727a8](https://git.0xmax42.io/maxp/repoCat/commit/bf727a8541aa145811e9b5229e3a07f56b3393cc))
- *(ci)* Add GitHub Actions workflow for build and publish - ([880a54d](https://git.0xmax42.io/maxp/repoCat/commit/880a54d2c22414bde983610ecfa58c3c971f9f5a))
- *(cli)* Add initial repository management commands - ([ef2bac4](https://git.0xmax42.io/maxp/repoCat/commit/ef2bac4e88af9ad53f566d95b46bee473e4d0e89))
- *(vscode)* Add Python environment and analysis settings - ([d1e246c](https://git.0xmax42.io/maxp/repoCat/commit/d1e246c86853d64b7ff44cf9fb86b6bae463c85c))
- *(poetry)* Add pyproject.toml for project dependencies and config - ([4ce7eed](https://git.0xmax42.io/maxp/repoCat/commit/4ce7eedb7bac11d4500df5a62e594ddd33be8def))
### 🐛 Bug Fixes
- *(workflows)* Revert cache action version and simplify cache key - ([134c934](https://git.0xmax42.io/maxp/repoCat/commit/134c93418f63e7299d67bf5dd8689343ed0bd746))
### 📚 Documentation
- Add .gitignore and empty README.md - ([3701550](https://git.0xmax42.io/maxp/repoCat/commit/370155077d2b3f0b75b81c1527a654f2984771af))
### ⚙️ Miscellaneous Tasks
- *(gitignore)* Add dist/ to ignored files - ([66a5ddd](https://git.0xmax42.io/maxp/repoCat/commit/66a5ddd1b043ffc5c47723feec961ad77e5f82be))
- *(vscode)* Customize activity bar and theme settings - ([ee66a0e](https://git.0xmax42.io/maxp/repoCat/commit/ee66a0ed2c5855559b0ccc2706b829d734fde83d))