CHANGELOG.rst 540 B

12345678910111213141516171819202122232425
  1. Changelog
  2. #########
  3. All notable changes to this project will be documented in this file.
  4. The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_`, using ReStructuredText instead of Markdown, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
  5. [0.1.1] – 2019-06-21
  6. ====================
  7. Added
  8. -----
  9. + Finish
  10. + tests for Finish
  11. [0.1.0] – 2019-06-21
  12. ====================
  13. Added
  14. -----
  15. + basic functionality: Bind, Map, Tee (with safe version), Catch, and Handle
  16. + tests