In this patch release, we:
- Fixed a bug which was affecting new GitHub projects from using the nox session
release:prepare. - Switched from using a string verified by PyYaml to directly using ruamel-yaml for rendering the GitHub workflows.
- #692: Fixed bug where creating first release failed due to no previous tags
- #585: Added instructions how to ignore sonar issues to the User Guide
- #630: Updated cookiecutter command to reduce errors experienced by users
- #686: Switched GitHub templates to be fully parsed by ruamel-yaml
- Removed dependency
pyyaml:6.0.3 - Added dependency
ruamel-yaml:0.18.16