Skip to content

v1.4.0

Choose a tag to compare

@kamui kamui released this 26 May 20:47
· 252 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • By default, retriable doesn't monkey patch Kernel. If you want this functionality,
    you can `require 'retriable/core_ext/kernel'.
  • Upgrade minitest to 5.x.
  • Refactor the DSL into it's own class.