diff --git a/attoparsec.cabal b/attoparsec.cabal index 9c54d98..ecbd5db 100644 --- a/attoparsec.cabal +++ b/attoparsec.cabal @@ -1,5 +1,5 @@ name: attoparsec -version: 0.14.3 +version: 0.14.4 license: BSD3 license-file: LICENSE category: Text, Parsing diff --git a/changelog.md b/changelog.md index f5c6d45..086eac8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 0.14.4 + +* Fix a segmentation fault when built against `text-2.0` +* Restructure project to allow more convenient usage of benchmark suite +* Allow benchmarks to build with GHC 9.2 + # 0.14.3 * Support for GHC 9.2.1