mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-12 22:38:50 +00:00
- Introduced a new script `update_changelog.sh` that automates the process of generating and updating the changelog based on git diffs. - The script checks for necessary dependencies, validates the current git state, and interacts with the OpenRouter API to generate changelog entries. - It updates the version in the Makefile and inserts the new changelog entry into `CHANGELOG.md` while ensuring proper formatting and error handling.