Skip to content

Release v0.5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 09:40
· 4 commits to master since this release

This release was originally motivated by dependency version updates. It is still technically major, because of a breaking change in a function's type signature.

  • Parsing errors are now more helpful with better positional information, using a modified showParsecErr and a new showParsecErrOneLine.
  • Breaking change: The type of readCalCurve changed. It is now safe, returning Either String CalCurveBP. The old version is preserved in readCalCurveUnsafe.
  • Added support and extended the version ranges for random-1.3 and optparse-applicative-0.19.0.0.