Skip to content

0.3.1

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 31 Aug 18:53

Fix broken push retries

Previously, we added a retry to a failed push where we would pull the latest changes and then push again. However, this didn't work as the wrong exception was being caught.

[0.3.1] - 2020-08-31

Fixed

  • Fix broken push retries (PR #31)