For developers. To create a new release you need to:
- Pick a version.
- Write a short changelog in markdown.
- Add the changelog to RELEASES.md.
- Update CMakeLists.txt with a new version.
- Create a PR with all your changes, and merge it.
- Pull your changes and build a new release. Create a .tar.gz package.
- Draft a new release. Paste your changelog again, and attach the .tar.gz source.
- Tag the dockerhub image with the new version.
- Consider creating a PR for mquery with the new version.