diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5933a10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# v1.0 Release (2020-12-17) + +Initial release of cookiecutter-cpp-project with the following features: + +* License Selection +* Github Actions and Gitlab CI ready to use +* Sphinx-based documentation ready to deploy to Readthedocs +* Local building of Doxygen documentation +* Python bindings with Pybind11 +* CI-based deployment of Python bindings to PyPI +* Coverage Testing from codecov.io +* Code Quality Analysis from SonarCloud