Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 847 Bytes

File metadata and controls

29 lines (23 loc) · 847 Bytes

Changelog

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.

[Unreleased]({{ github_url }}/compare/{{ latest_tag }}...HEAD)

{% for section, commits in unreleased.items() -%}

{{ section }}

{% for commit in commits -%}

  • {{ commit.message }} {% endfor %} {% else %}

Added

  • 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() -%}

{{ section }}

{% for commit in commits -%}

  • {{ commit.message }} {% endfor %} {% endfor %} {% endfor %}