diff --git a/hpath-posix/CHANGELOG.md b/hpath-posix/CHANGELOG.md index 96bfaa4..5d6f520 100644 --- a/hpath-posix/CHANGELOG.md +++ b/hpath-posix/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for hpath-posix +## 0.13.2 -- 2020-04-14 + +* fix macOS compatibility, especially with memory bug in `fdopendir` + ## 0.13.1 -- 2020-02-08 * Remove unnecessary dependencies diff --git a/hpath-posix/hpath-posix.cabal b/hpath-posix/hpath-posix.cabal index c80a804..e0d7702 100644 --- a/hpath-posix/hpath-posix.cabal +++ b/hpath-posix/hpath-posix.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: hpath-posix -version: 0.13.1 +version: 0.13.2 synopsis: Some low-level POSIX glue code, that is not in 'unix' homepage: https://github.com/hasufell/hpath bug-reports: https://github.com/hasufell/hpath/issues