Snippets Groups Projects
  1. Dec 16, 2020
  2. Oct 21, 2020
  3. Jul 31, 2020
  4. May 21, 2020
  5. May 17, 2020
  6. May 15, 2020
  7. Feb 05, 2020
  8. Oct 29, 2019
  9. Aug 12, 2019
    • 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
  10. Aug 06, 2019
  11. May 17, 2019
  12. May 16, 2019
  13. Apr 22, 2019
  14. Dec 27, 2018
  15. Oct 13, 2018
  16. Sep 28, 2018
  17. Jul 23, 2018
  18. May 29, 2018
  19. Mar 01, 2018
  20. Feb 25, 2018
  21. Feb 20, 2018
  22. Jan 14, 2018
  23. Oct 20, 2017
  24. Oct 13, 2017
  25. Oct 10, 2017
  26. Sep 27, 2017
  27. Sep 20, 2017
  28. Sep 08, 2017
  29. Aug 22, 2017
  30. Jul 03, 2017
  31. Jun 07, 2017
  32. Feb 08, 2017
  33. Jan 22, 2017
  34. Dec 01, 2016