Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 340 Bytes

HISTORY.md

File metadata and controls

10 lines (8 loc) · 340 Bytes

0.3 / 2022-10-15

  • Added the --redis command line argument.
  • Added Docker support.
  • Use Redis on Heroku by default to avoid flakiness caused by Heroku's dynos.
  • Change default branch name to main
  • Do not mail when the diff is empty.

v0.2.1 / 2021-09-02

  • Add ~= comparator and translate it to ~>. Resolves #66 (@bartkamphorst)