mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 03:13:00 +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.