Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 306 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 306 Bytes

CHANGELOG

Unreleased

Version 0.3.0

  • Support .err! and .ok! public methods.
  • Rename .ok to .ok_result. [Breaking]
  • Rename .err to .err_result. [Breaking]

Version 0.2.0

  • Support .rescue_with to handle exceptions in .run block.
  • Add CI.

Version 0.1.0

  • Initial release.