Add versioning and changelog to this repository
Is your feature request related to a problem? Please describe.
I think in the future, for maintainability, it would be nice to use the conventional commits convention and add versioning. We can use the standard-version tool to autogenerate a changelog. In addition, we can use https://github.com/rickstaa/action-bumpr to bump versions based on pull requests.
@anuraghazra Can you maybe version this repository so we can state which version includes a feature or bug fix. We can borrow the release action from @reviewdog to automatically increase the version on a pull request.
@anuraghazra Sorry to bother you, but can you please add versioning to this repository? This will make maintaining it a lot easier. I sadly don't have the permissions to do so.
As pointed out by @anuraghazra in one of our conversations, it looks like APIs, unlike libraries, can't have that kind of versioning which is unfortunate. The commits are the versions.