chore(changelog): update changelog for v0.1.0
All checks were successful
Build and Publish nightly package / build-and-publish (release) Successful in 18s

This commit is contained in:
2025-05-11 12:18:03 +00:00
parent c4d1f3191a
commit 71f397dd73

30
CHANGELOG.md Normal file
View File

@@ -0,0 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
## [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))