close
Skip to content

v0.5.13

Choose a tag to compare

@github-actions github-actions released this 17 Dec 20:43
· 179 commits to master since this release
v0.5.13

What's Changed

Fixed

  • 🐛 Fix SequenceSet#delete?(num..num) to return set (backport to 0.5) by @nevans in #585
  • 🐛 Fix SequenceSet#max(n) when cardinality < n <= size (backport to 0.5) by @nevans in #586
  • 🐛 Fix config.responses_without_block = :frozen_dup (backport to 0.5) by @nevans in #588, reported by @yurikoval in #581

Documentation

  • 📚 Improve rdoc example for #uid_fetch with partial by @nevans in #532

Other Changes

  • ♻️ Refactor Config.versioned_defaults to reduce merge conflicts (backport to 0.5) by @nevans in #584

Miscellaneous

  • 📦 Drop digest from Gemfile (workaround for #576, backport to 0.5) by @nevans in #591

Full Changelog: v0.5.12...v0.5.13