Skip to content

v0.2.1

Compare
Choose a tag to compare
@sethvargo sethvargo released this 04 Jan 13:49
· 10 commits to main since this release

This is the same release as v0.2.0, but v0.2.0 had issues publishing to the Go module registry.

What's Changed

  • Breaking - panic instead of returning an error negative bases. The signature for constructors no longer returns an error, for a better devx.
  • Potentially breaking - Automatically unwrap returned error by @sethvargo in #6
  • Fix typo in README by @chrisfowles in #1
  • Add readme note about ordering of modifiers by @AriehSchneier in #3
  • Update section about WithMaxRetries in README by @wietsevenema in #4

New Contributors

Full Changelog: v0.1.0...v0.2.0