All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
{% for section, commits in unreleased.items() -%}
{% for commit in commits -%}
- {{ commit.message }} {% endfor %} {% else %}
- Placeholder for upcoming changes. {% endfor %}
{% for version in versions %}
[{{ version.version }}]({{ github_url }}/compare/{{ version.previous_tag }}...{{ version.tag }}) ({{ version.date.strftime("%B %d, %Y") }})
{% for section, commits in version.sections.items() -%}
{% for commit in commits -%}
- {{ commit.message }} {% endfor %} {% endfor %} {% endfor %}