octabytes / FireO

Google Cloud Firestore modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore
https://fireo.octabyte.io
Apache License 2.0
247 stars 29 forks source link

Add CHANGELOG.md #206

Closed ADR-007 closed 1 year ago

ADR-007 commented 1 year ago

Changelog was generated by ChatGPT 4.0 prompt like:

Make release notes for a project based on the Git commit logs. Use tags as app version. Use markdown format. Include contributors. The commits logs (Newer items are first):

<logs>

Where is output from:

git log --pretty=format:"Commit: %an: %B %d" --tags  --topo-order > changelog.log