• Anthony Sottile's avatar
    Add dates to changelog entries · 3ed9b62a
    Anthony Sottile authored
    Automated with this script:
    
    ```bash
    git tag -l | sed 's/^v//g' |
        xargs --replace bash -c 'sed -r -i "s/^({})$/\1 - $(git show --format=%ad --date=short --no-patch v{})/g" CHANGELOG.md'
    sed -r -i 's/^(=+)$/\1=============/g' CHANGELOG.md
                         # - 2019-01-01
    ```
    3ed9b62a
To find the state of this project's repository at the time of any of these versions, check out the tags.