diff --git a/CHANGES.md b/CHANGES.md index 572851e..944bd0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Changes ======= +0.3.2.1 +------- + +* Use strict left fold in decimal/hexadecimal +* Include a missing test module in the sdist tarball + 0.3.2 ----- diff --git a/regex-applicative.cabal b/regex-applicative.cabal index dd2fccb..74f13c6 100644 --- a/regex-applicative.cabal +++ b/regex-applicative.cabal @@ -1,5 +1,5 @@ Name: regex-applicative -Version: 0.3.2 +Version: 0.3.2.1 Synopsis: Regex-based parsing with applicative interface Description: regex-applicative is a Haskell library for parsing using regular expressions.