# Changelog: `pudl`

All notable changes in this project's [released versions](https://github.com/MaedahBatool/pudl/releases) are documented in this file.

[![Maedah on Twitter](https://img.shields.io/twitter/follow/maedahbatool.svg?style=social&label=Follow%20@maedahbatool)](https://twitter.com/maedahbatool/)

<br>

{{#each releases}}

  ![hr](https://on.ahmda.ws/t6N5/c)

  <br>

  {{#if href}}
    ### RELEASE: [{{title}}]({{href}}){{#if tag}}{{/if}}
  {{else}}
    ### RELEASE: {{title}}{{#if tag}}{{/if}}
  {{/if}}

  {{#commit-list commits heading='![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)' message='NEW: '}}
    > {{subject}} [`{{shorthash}}`]({{href}}) <br>
  {{/commit-list}}

  {{#commit-list commits heading='![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)' message='IMPROVE: '}}
    > {{subject}} [`{{shorthash}}`]({{href}}) <br>
  {{/commit-list}}

  {{#commit-list commits heading='![FIX](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)' message='FIX: '}}
    > {{subject}} [`{{shorthash}}`]({{href}}) <br>
  {{/commit-list}}

  {{#commit-list commits heading='![DOCS](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)' message='DOC:'}}
   > {{subject}} [`{{shorthash}}`]({{href}}) <br>
  {{/commit-list}}

    <br>
{{/each}}
